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

fixed lint warning

This commit is contained in:
Max Wilhelm 2016-01-26 22:38:44 +01:00
parent b0000fc99b
commit 2b86e57b7b

View File

@ -18,7 +18,7 @@ define fluentd::config::file (
# clean up to ensure priority changes take effect # clean up to ensure priority changes take effect
exec { "apply priority change for ${base_name}": exec { "apply priority change for ${base_name}":
path => '/bin:/usr/bin:/usr/local/bin', path => '/bin:/usr/bin:/usr/local/bin',
cwd => "${::fluentd::conf_dir}", cwd => $::fluentd::conf_dir,
command => "rm *-${base_name}", command => "rm *-${base_name}",
onlyif => "ls *-${base_name} | grep -v ${config_name}", onlyif => "ls *-${base_name} | grep -v ${config_name}",
before => File[$config_path], before => File[$config_path],