summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2016-02-25 01:44:04 -0500
committerGabriel Filion <gabster@lelutin.ca>2016-02-25 01:44:04 -0500
commit5163d89155eec6b6b39994d0cd18e6ceeff8b180 (patch)
treef794d1067b089a3a368fbf8d22504a3ca1b1d44d
parentd1321c39001ebd445b37fd551fbfd324b6ab6ae0 (diff)
still a module name left with a dash in it.
We missed this module reference. Starting with puppet 3.x, modules with a dash in them are not recognized by puppet anymore, so only the file from the "nagios" module is found.
-rw-r--r--manifests/nrpe/base.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nrpe/base.pp b/manifests/nrpe/base.pp
index fe1cd7c..0a06144 100644
--- a/manifests/nrpe/base.pp
+++ b/manifests/nrpe/base.pp
@@ -27,8 +27,8 @@ class nagios::nrpe::base {
# default commands
nagios::nrpe::command{'basic_nrpe':
- source => [ "puppet:///modules/site-nagios/configs/nrpe/nrpe_commands.${::fqdn}.cfg",
- 'puppet:///modules/site-nagios/configs/nrpe/nrpe_commands.cfg',
+ source => [ "puppet:///modules/site_nagios/configs/nrpe/nrpe_commands.${::fqdn}.cfg",
+ 'puppet:///modules/site_nagios/configs/nrpe/nrpe_commands.cfg',
'puppet:///modules/nagios/nrpe/nrpe_commands.cfg' ],
}
# the check for load should be customized for each server based on number