mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 05:10:36 +00:00
added fluentd::service notify on config change
This commit is contained in:
parent
51b5f0f640
commit
ced0f3ad2b
@ -6,7 +6,8 @@ class fluentd::config inherits fluentd {
|
||||
ensure => file,
|
||||
owner => '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':
|
||||
|
Loading…
Reference in New Issue
Block a user