Restart Nagios when configs are purged
This commit is contained in:
parent
3784f90904
commit
3587ffff2d
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,7 @@ class nagios::server::manual inherits nagios::common {
|
|||
recurse => true,
|
||||
source => "puppet:///modules/custom/empty",
|
||||
require => Package["nagios"],
|
||||
notify => Service["nagios"],
|
||||
}
|
||||
|
||||
file { "/etc/nagios/private.d":
|
||||
|
@ -170,6 +171,7 @@ class nagios::server::manual inherits nagios::common {
|
|||
recurse => true,
|
||||
source => "puppet:///modules/custom/empty",
|
||||
require => Package["nagios"],
|
||||
notify => Service["nagios"],
|
||||
}
|
||||
|
||||
file { "${confdir}/contactgroup_all.cfg":
|
||||
|
|
Loading…
Add table
Reference in a new issue