summaryrefslogtreecommitdiff
path: root/puppet/modules/nagios/manifests/irc_bot/disable.pp
blob: d6b7c55166e568b03d9604c17e20b91a85b0b524 (plain)
1
2
3
4
5
6
7
8
class nagios::irc_bot::disable inherits nagios::irc_bot::base {

    Service['nagios-nsa'] {
        ensure => stopped,
        enable => false,
    }

}