Add missing notify for AFD filter resources
The LMA collector needs to be notified when the alarm definition file has changed. Change-Id: Ibd2c8d70898167c05c98dc3b6a980205eed7e451
This commit is contained in:
parent
3609df5efe
commit
336f8e221d
@ -35,6 +35,7 @@ define lma_collector::afd_filter (
|
||||
file { $afd_filename:
|
||||
ensure => present,
|
||||
content => template('lma_collector/lma_alarms.lua.erb'),
|
||||
notify => Class['lma_collector::service'],
|
||||
}
|
||||
|
||||
# Create the confguration file for Heka
|
||||
|
Loading…
Reference in New Issue
Block a user