mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-11 16:19:29 +00:00
Merge pull request #16 from lzecca78/master
bug in referenced class variable
This commit is contained in:
@@ -12,8 +12,8 @@ class fluentd::config inherits fluentd {
|
||||
|
||||
file { $::fluentd::conf_dir:
|
||||
ensure => 'directory',
|
||||
recurse => $::fluentd::params::conf_dir_manage,
|
||||
purge => $::fluentd::params::conf_dir_manage,
|
||||
recurse => $::fluentd::conf_dir_manage,
|
||||
purge => $::fluentd::conf_dir_manage,
|
||||
owner => $::fluentd::user_name,
|
||||
group => $::fluentd::user_group,
|
||||
mode => '0750',
|
||||
|
Reference in New Issue
Block a user