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