mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
Fix formatting
This commit is contained in:
parent
e5650f47d1
commit
3fb5293880
@ -26,7 +26,7 @@ class fluentd::repo::yum (
|
|||||||
|
|
||||||
exec { 'remove old GPG key':
|
exec { 'remove old GPG key':
|
||||||
command => 'rpm -e --allmatches gpg-pubkey-a12e206f-*',
|
command => 'rpm -e --allmatches gpg-pubkey-a12e206f-*',
|
||||||
path => '/bin:/usr/bin/',
|
path => '/bin:/usr/bin/',
|
||||||
onlyif => 'rpm -qi gpg-pubkey-a12e206f-*',
|
onlyif => 'rpm -qi gpg-pubkey-a12e206f-*',
|
||||||
notify => Exec['add GPG key'],
|
notify => Exec['add GPG key'],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user