Skip to content

Commit 5cb4225

Browse files
committed
Fix space
1 parent 3624b69 commit 5cb4225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/keyring.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262

6363
if $ensure == 'refreshed' {
64-
exec {"check_keyring_${name}":
64+
exec { "check_keyring_${name}":
6565
command => "rm ${file}",
6666
onlyif => "test -f ${file} && gpg --show-keys --list-options show-sig-expire ${file} | grep expired",
6767
path => $facts['path'],

0 commit comments

Comments
 (0)