summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-11-23 11:54:04 -0500
committerMicah Anderson <micah@riseup.net>2009-11-23 11:54:04 -0500
commit3ff12051c8efabcdfb43b99810ff1c2ea22750a3 (patch)
tree5145331d85099abd1e01dabca1a474b9651184f6 /manifests/init.pp
parent8a389425075f54f8c10e2ff08c1aa07827d14622 (diff)
move plugin directory to fit new 0.25.x style and update file paths accordingly
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f7298e3..f767030 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,7 +13,7 @@ file {
# for details
"/var/lib/puppet/modules":
ensure => directory,
- source => "puppet:///common/modules",
+ source => "puppet://$server/modules/common/modules",
ignore => ".ignore",
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => 0;