We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64cd04 commit d54154cCopy full SHA for d54154c
spec/acceptance/apt_keyring_spec.rb
@@ -40,6 +40,7 @@
40
41
it 'updates GPG key' do
42
retry_on_error_matching do
43
+ idempotent_apply(keyring_pp)
44
res = run_shell('gpg --show-keys --list-options show-sig-expire /etc/apt/keyrings/puppetlabs-keyring.gpg | grep expired')
45
expect(res.stdout.strip).to eq('')
46
end
0 commit comments