diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/irc_bot.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/irc_bot.pp b/manifests/irc_bot.pp index 31d7add..130f46f 100644 --- a/manifests/irc_bot.pp +++ b/manifests/irc_bot.pp @@ -30,6 +30,10 @@ class nagios::irc_bot { $nagios_nsa_password = '' } + if (! $nagios_nsa_usenotices) { + $nagios_nsa_usenotices = '' + } + file { "/usr/local/bin/riseup-nagios-client.pl": owner => root, group => root, mode => 0755, source => "puppet:///modules/nagios/irc_bot/riseup-nagios-client.pl", |