summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/irc_bot.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/irc_bot.pp b/manifests/irc_bot.pp
index 8f9b62d..04bed58 100644
--- a/manifests/irc_bot.pp
+++ b/manifests/irc_bot.pp
@@ -47,6 +47,7 @@ class nagios::irc_bot {
ensure => present,
owner => nagios, group => root, mode => 0400,
content => template('nagios/irc_bot/nsa.cfg.erb'),
+ notify => Service["nagios-nsa"],
}
package { "libnet-irc-perl":