From 71cb2551a8f1a5a879f33f4da59dd663b038d949 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Thu, 14 Jul 2011 06:19:40 -0400 Subject: IRC-bot: rename nagios::irc_bot::disabled to nagios::irc_bot::disable All classes serving the same purpose as this one are called 'disable', so let's follow this standard. --- manifests/irc_bot/disable.pp | 8 ++++++++ manifests/irc_bot/disabled.pp | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 manifests/irc_bot/disable.pp delete mode 100644 manifests/irc_bot/disabled.pp (limited to 'manifests/irc_bot') diff --git a/manifests/irc_bot/disable.pp b/manifests/irc_bot/disable.pp new file mode 100644 index 0000000..d6b7c55 --- /dev/null +++ b/manifests/irc_bot/disable.pp @@ -0,0 +1,8 @@ +class nagios::irc_bot::disable inherits nagios::irc_bot::base { + + Service['nagios-nsa'] { + ensure => stopped, + enable => false, + } + +} diff --git a/manifests/irc_bot/disabled.pp b/manifests/irc_bot/disabled.pp deleted file mode 100644 index 83ff15a..0000000 --- a/manifests/irc_bot/disabled.pp +++ /dev/null @@ -1,6 +0,0 @@ -class nagios::irc_bot::disabled inherits nagios::irc_bot { - Service['nagios-nsa'] { - ensure => stopped, - enable => false, - } -} -- cgit v1.2.3