summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 13:57:53 +0100
committermh <mh@immerda.ch>2009-11-14 13:57:53 +0100
commit1a2f23ae1202e041eb332434795dca1e209f64e3 (patch)
tree3dadcf9f58a87158c044b1e37d20e468ca4279fe /manifests/centos.pp
parente4eb12b1162d8ca2718daa3860f3be87a696e2df (diff)
update file sources to new 0.25.x style
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 07ed8ab..95c8749 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -31,7 +31,7 @@ class nagios::centos inherits nagios::base {
mode => '0644',
notify => Service[nagios],
}
- file{"/etc/nagios/private/":
+ file{"/etc/nagios/private":
source => "puppet://$server/modules/common/empty",
ensure => directory,
purge => true,