1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +00:00

added fluentd::service notify on config change

This commit is contained in:
Max Wilhelm 2015-12-01 14:25:42 +01:00
parent 51b5f0f640
commit ced0f3ad2b

View File

@ -6,7 +6,8 @@ class fluentd::config inherits fluentd {
ensure => file, ensure => file,
owner => 'root', owner => 'root',
group => 'root', group => 'root',
source => "puppet:///modules/fluentd/td-agent.conf" source => "puppet:///modules/fluentd/td-agent.conf",
notify => Class['fluentd::service'],
} }
file {'/etc/td-agent/conf.d': file {'/etc/td-agent/conf.d':