From 5163d89155eec6b6b39994d0cd18e6ceeff8b180 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Thu, 25 Feb 2016 01:44:04 -0500 Subject: 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. --- manifests/nrpe/base.pp | 4 ++-- 1 file 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 -- cgit v1.2.3