summaryrefslogtreecommitdiff
path: root/manifests/irc_bot
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/irc_bot')
-rw-r--r--manifests/irc_bot/disabled.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/irc_bot/disabled.pp b/manifests/irc_bot/disabled.pp
index 812ef94..83ff15a 100644
--- a/manifests/irc_bot/disabled.pp
+++ b/manifests/irc_bot/disabled.pp
@@ -1,5 +1,6 @@
class nagios::irc_bot::disabled inherits nagios::irc_bot {
Service['nagios-nsa'] {
ensure => stopped,
+ enable => false,
}
}