summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2009-06-24 15:21:30 -0400
committerAntoine Beaupre <anarcat@koumbit.org>2009-06-24 15:21:30 -0400
commitd9cab0d23a3602ab6f80d02cc15d442f9c5c85a1 (patch)
tree6fa8ac9f2a759125c9bb6c457581779c6f1d1543 /manifests
parente8445ce12b9174eeea071939af4a17177ebc89ce (diff)
make the README an HTML file because we don't allow indexes anymore
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ddd61b2..099693e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -69,9 +69,9 @@ class reprepro {
mode => 0664, owner => root, group => reprepro,
source => "puppet://$servername/reprepro/incoming";
- "$basedir/README.txt":
+ "$basedir/index.html":
mode => 0664, owner => root, group => reprepro,
- source => "puppet://$servername/reprepro/README.txt";
+ source => "puppet://$servername/reprepro/index.html";
"$basedir/.gnupg":
mode => 750, owner => reprepro, group => root,