diff options
Diffstat (limited to 'manifests/irc_bot/disable.pp')
-rw-r--r-- | manifests/irc_bot/disable.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/irc_bot/disable.pp b/manifests/irc_bot/disable.pp new file mode 100644 index 0000000..d6b7c55 --- /dev/null +++ b/manifests/irc_bot/disable.pp @@ -0,0 +1,8 @@ +class nagios::irc_bot::disable inherits nagios::irc_bot::base { + + Service['nagios-nsa'] { + ensure => stopped, + enable => false, + } + +} |