summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/irc_bot.pp2
1 files changed, 1 insertions, 1 deletions
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,