mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 05:10:36 +00:00
Merge pull request #16 from lzecca78/master
bug in referenced class variable
This commit is contained in:
commit
5f3aca9597
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user