summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-08 14:12:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-08 14:12:21 -0300
commite990f9896e3d5e0332d0b224b414e15517b487ba (patch)
tree9842c9fc0c3ef8920a3214b737371594fa979562 /manifests/init.pp
parentb3422cd4824b2647fbde41c9e509cc7eb74d9e2d (diff)
Minor fixes
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9030355..a454dff 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -81,11 +81,11 @@ class reprepro {
"$basedir/conf/incoming":
mode => 0664, owner => root, group => reprepro,
- source => "puppet://$servername/reprepro/incoming";
+ source => "puppet://$server/modules/reprepro/incoming";
"$basedir/index.html":
mode => 0664, owner => root, group => reprepro,
- source => template("reprepro/index.html.erb");
+ content => template("reprepro/index.html.erb");
"$basedir/.gnupg":
mode => 750, owner => reprepro, group => root,