mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-12-16 13:20:35 +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,
|
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':
|
||||||
|
Loading…
Reference in New Issue
Block a user