From 85e6650451538486bd72b1206caf898d573ba987 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 7 Feb 2011 01:00:15 +0100 Subject: fix naming --- manifests/irc_bot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/irc_bot.pp b/manifests/irc_bot.pp index 760abd0..961755a 100644 --- a/manifests/irc_bot.pp +++ b/manifests/irc_bot.pp @@ -12,7 +12,7 @@ class nagios::irc_bot { } $nagios_nsa_pidfile = $nagios_nsa_pidfile ? { '' => $operatingsystem ? { - centos => '/var/run/nagios-nsa/nsa.socket', + centos => '/var/run/nagios-nsa/nsa.pid', default => '/var/run/nagios3/nsa.pid' }, default => $nagios_nsa_pidfile, -- cgit v1.2.3