summaryrefslogtreecommitdiff
path: root/manifests/irc_bot/centos.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-01-23 11:44:05 -0500
committerMicah Anderson <micah@riseup.net>2013-01-23 11:44:05 -0500
commit08c3aa9aaf2cc90cfdee2c8191d83f9cede4bf39 (patch)
treec29ec1e86efd6eaa84520b37613d847855cedfe2 /manifests/irc_bot/centos.pp
parent3a1ebac1ed5c34df90bd174f0f269f2f7ac62974 (diff)
parent8fd89115cc15295e20234578b45fdecc8bcf1c70 (diff)
Merge remote-tracking branch 'shared/master'
Conflicts: README manifests/irc_bot.pp manifests/irc_bot/base.pp templates/irc_bot/nsa.cfg.erb
Diffstat (limited to 'manifests/irc_bot/centos.pp')
-rw-r--r--manifests/irc_bot/centos.pp10
1 files changed, 6 insertions, 4 deletions
diff --git a/manifests/irc_bot/centos.pp b/manifests/irc_bot/centos.pp
index e77e93a..d7b1906 100644
--- a/manifests/irc_bot/centos.pp
+++ b/manifests/irc_bot/centos.pp
@@ -1,7 +1,9 @@
class nagios::irc_bot::centos inherits nagios::irc_bot::base {
+ Package['libnet-irc-perl']{
+ name => 'perl-Net-IRC',
+ }
- Package['libnet-irc-perl']{
- name => 'perl-Net-IRC',
- }
-
+ Service['nagios-nsa']{
+ enable => true,
+ }
}