mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 05:10:36 +00:00
fixed path for 'add GPG key' exec
This commit is contained in:
parent
7ddbe46025
commit
9900e8f172
@ -19,7 +19,8 @@ class fluentd::repo::yum (
|
||||
}
|
||||
|
||||
exec { 'add GPG key':
|
||||
command => "/usr/bin/rpm --import ${fluentd::repo::yum::gpgkey}",
|
||||
command => "rpm --import ${fluentd::repo::yum::gpgkey}",
|
||||
path => '/bin:/usr/bin/',
|
||||
refreshonly => true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user