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, } }