1
0
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:
Max Wilhelm
2017-07-25 16:20:37 +02:00
committed by GitHub

View File

@@ -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',