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 3624b69 commit 5cb4225Copy full SHA for 5cb4225
manifests/keyring.pp
@@ -61,7 +61,7 @@
61
}
62
63
if $ensure == 'refreshed' {
64
- exec {"check_keyring_${name}":
+ exec { "check_keyring_${name}":
65
command => "rm ${file}",
66
onlyif => "test -f ${file} && gpg --show-keys --list-options show-sig-expire ${file} | grep expired",
67
path => $facts['path'],
0 commit comments