From 58a108f9d0204f76cb880f32a1d093d0fc2ad21f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 25 Sep 2012 18:01:54 -0400 Subject: fix variable names that weren't properly pulled in on merge --- templates/irc_bot/CentOS/nagios-nsa.sh.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/irc_bot/CentOS') diff --git a/templates/irc_bot/CentOS/nagios-nsa.sh.erb b/templates/irc_bot/CentOS/nagios-nsa.sh.erb index 0f9f87b..ca315b1 100644 --- a/templates/irc_bot/CentOS/nagios-nsa.sh.erb +++ b/templates/irc_bot/CentOS/nagios-nsa.sh.erb @@ -19,8 +19,8 @@ exec="/usr/local/bin/riseup-nagios-server.pl" prog="nsa" -PIDFILE=<%= scope.lookupvar('nagios::irc_bot::real_nsa_pidfile') %> -SOCKFILE=<%= scope.lookupvar('nagios::irc_bot::real_nsa_socket') %> +PIDFILE=<%= scope.lookupvar('nagios::irc_bot::base::nsa_pidfile') %> +SOCKFILE=<%= scope.lookupvar('nagios::irc_bot::base::nsa_socket') %> [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog -- cgit v1.2.3