summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 01:14:33 +0100
committermh <mh@immerda.ch>2009-11-02 01:14:33 +0100
commitffc96e36f6e0326f3aa0d484fbecb610281e4390 (patch)
tree2747546b0c1a5e73fd3e81a11f6ad0e640f08749 /manifests/centos.pp
parentdf4fd8526b01d01f2af9b708473552bdb386dabf (diff)
change pending module file resources to new 0.25 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 6028f21..4408a2c 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -32,7 +32,7 @@ class nagios::centos inherits nagios::base {
notify => Service[nagios],
}
file{"/etc/nagios/private/":
- source => "puppet://$server/common/empty",
+ source => "puppet://$server/modules/common/empty",
ensure => directory,
purge => true,
recurse => true,