summaryrefslogtreecommitdiff
path: root/manifests/irc_bot/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/irc_bot/centos.pp')
-rw-r--r--manifests/irc_bot/centos.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/irc_bot/centos.pp b/manifests/irc_bot/centos.pp
new file mode 100644
index 00000000..d7b19063
--- /dev/null
+++ b/manifests/irc_bot/centos.pp
@@ -0,0 +1,9 @@
+class nagios::irc_bot::centos inherits nagios::irc_bot::base {
+ Package['libnet-irc-perl']{
+ name => 'perl-Net-IRC',
+ }
+
+ Service['nagios-nsa']{
+ enable => true,
+ }
+}