You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file { $::fluentd::config_file:
ensure => file,
owner => 'root',
group => 'root', mode => '0644', <- to be added to allow service to read the file
source => 'puppet:///modules/fluentd/td-agent.conf',
notify => Class['Fluentd::Service'],
}
thanks
The text was updated successfully, but these errors were encountered:
class fluentd::config inherits fluentd {
file { $::fluentd::config_file:
ensure => file,
owner => 'root',
group => 'root',
mode => '0644', <- to be added to allow service to read the file
source => 'puppet:///modules/fluentd/td-agent.conf',
notify => Class['Fluentd::Service'],
}
thanks
The text was updated successfully, but these errors were encountered: