diff options
Diffstat (limited to 'manifests/irc_bot/centos.pp')
-rw-r--r-- | manifests/irc_bot/centos.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/irc_bot/centos.pp b/manifests/irc_bot/centos.pp new file mode 100644 index 0000000..e77e93a --- /dev/null +++ b/manifests/irc_bot/centos.pp @@ -0,0 +1,7 @@ +class nagios::irc_bot::centos inherits nagios::irc_bot::base { + + Package['libnet-irc-perl']{ + name => 'perl-Net-IRC', + } + +} |