diff options
author | mh <mh@immerda.ch> | 2009-11-14 13:32:29 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-11-14 13:32:29 +0100 |
commit | e4eb12b1162d8ca2718daa3860f3be87a696e2df (patch) | |
tree | d2744c8a4ea43e7a9c7b54ef285f4557812ba10c | |
parent | 462de263334d949c41972e2dc949d3d205b8cc0e (diff) |
update to new 0.25.x style
-rw-r--r-- | manifests/centos.pp | 8 |
1 files changed, 4 insertions, 4 deletions
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, |