diff options
author | Micah <micah@leap.se> | 2015-10-13 11:49:20 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2015-10-13 11:49:20 -0400 |
commit | eda35dc4f8a9bb5dab84d917c7a9e9a058ba8d2f (patch) | |
tree | a34a688abcdba5e32f8c40961c7d30d7921aa484 | |
parent | d6b521372243b79105a1513d4559572dfab6db54 (diff) |
Update resource_file to not include /private/ as this is not used
anymore by the nagios module, and our config template has drifted.
Fixes: #7527
Change-Id: I56c3492056fcb95c499cf78b893249adcf0ae67f
-rw-r--r-- | puppet/modules/site_nagios/files/configs/Debian/nagios.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg index 0d729b8c..981dc12a 100644 --- a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg +++ b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg @@ -70,7 +70,7 @@ precached_object_file=/var/lib/nagios3/objects.precache # defined as macros in this file and restrictive permissions (600) # can be placed on this file. -resource_file=/etc/nagios3/private/resource.cfg +resource_file=/etc/nagios3/resource.cfg |