mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
bug in referenced class variable
This commit is contained in:
parent
c8046ee2c6
commit
ee3a8e968a
@ -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