1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

Fix formatting

This commit is contained in:
Nicanor Gutierrez 2017-07-10 14:20:38 +02:00 committed by Max Wilhelm
parent e5650f47d1
commit 3fb5293880

View File

@ -26,7 +26,7 @@ class fluentd::repo::yum (
exec { 'remove old GPG key':
command => 'rpm -e --allmatches gpg-pubkey-a12e206f-*',
path => '/bin:/usr/bin/',
path => '/bin:/usr/bin/',
onlyif => 'rpm -qi gpg-pubkey-a12e206f-*',
notify => Exec['add GPG key'],
}