mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
Fix hard coded user/group names in config manifest
This commit is contained in:
parent
71352ea6b1
commit
344453c241
@ -28,8 +28,8 @@ define fluentd::config::file (
|
||||
file { $config_path:
|
||||
ensure => $ensure,
|
||||
content => $content,
|
||||
owner => 'td-agent',
|
||||
group => 'td-agent',
|
||||
owner => $::fluentd::user_name,
|
||||
group => $::fluentd::user_group,
|
||||
mode => '0644',
|
||||
notify => Class['Fluentd::Service'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user