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

fixed path for 'add GPG key' exec

This commit is contained in:
Max Wilhelm 2016-01-27 11:59:00 +01:00
parent 7ddbe46025
commit 9900e8f172

View File

@ -19,7 +19,8 @@ class fluentd::repo::yum (
} }
exec { 'add GPG key': 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, refreshonly => true,
} }
} }