summaryrefslogtreecommitdiff
path: root/puppet/modules/nagios/manifests/irc_bot/centos.pp
blob: d7b190634f79ab2b3c7532d3013be9a717d5ea4a (plain)
1
2
3
4
5
6
7
8
9
class nagios::irc_bot::centos inherits nagios::irc_bot::base {
  Package['libnet-irc-perl']{
    name => 'perl-Net-IRC',
  }

  Service['nagios-nsa']{
    enable => true,
  }
}