From e4eb12b1162d8ca2718daa3860f3be87a696e2df Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 14 Nov 2009 13:32:29 +0100 Subject: update to new 0.25.x style --- manifests/centos.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests/centos.pp') diff --git a/manifests/centos.pp b/manifests/centos.pp index 4408a2c..07ed8ab 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -12,8 +12,8 @@ class nagios::centos inherits nagios::base { # don't forget it to add to the puppet paths file { nagios_commands_cfg: path => "/etc/nagios/commands.cfg", - source => [ "puppet://$server/files/nagios/configs/${fqdn}/commands.cfg", - "puppet://$server/files/nagios/configs/${operatingsystem}/commands.cfg", + source => [ "puppet://$server/modules/site-nagios/configs/${fqdn}/commands.cfg", + "puppet://$server/modules/site-nagios/configs/${operatingsystem}/commands.cfg", "puppet://$server/modules/nagios/configs/${operatingsystem}/commands.cfg" ], owner => 'root', group => 0, @@ -23,8 +23,8 @@ class nagios::centos inherits nagios::base { # default file from rpm file { nagios_localhost_cfg: path => "/etc/nagios/localhost.cfg", - source => [ "puppet://$server/files/nagios/configs/${fqdn}/localhost.cfg", - "puppet://$server/files/nagios/configs/${operatingsystem}/localhost.cfg", + source => [ "puppet://$server/modules/site-nagios/configs/${fqdn}/localhost.cfg", + "puppet://$server/modules/site-nagios/configs/${operatingsystem}/localhost.cfg", "puppet://$server/modules/nagios/configs/${operatingsystem}/localhost.cfg" ], owner => 'root', group => 0, -- cgit v1.2.3