summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 19:42:42 +0000
committermh <mh@immerda.ch>2008-01-31 19:42:42 +0000
commit0c07488207984d63354114a5a39aa89e633627fc (patch)
tree25158fee38251804d7031e4769cd692525306b9f
parent98004b9a040ee1a2170563d1c85505ca26c7ee59 (diff)
fixed path
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 447123c..5b0eca5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -81,7 +81,7 @@ define puppet::config($source = ''){
owner => root,
group => 0,
mode => 600,
- source => "puppet://$server/puppet/client/$real_source",
+ source => "puppet://$server/$real_source",
notify => Service[puppet],
}
}