diff options
author | mh <mh@immerda.ch> | 2011-02-07 01:00:15 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-02-07 01:00:15 +0100 |
commit | 85e6650451538486bd72b1206caf898d573ba987 (patch) | |
tree | 143ad870a1c1ce39f07ef00cfb9068fecfb27317 /manifests | |
parent | 6e520987ac41ef144f236c05b8095f285251471b (diff) |
fix naming
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/irc_bot.pp | 2 |
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, |