diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2009-06-24 15:21:30 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2009-06-24 15:21:30 -0400 |
commit | d9cab0d23a3602ab6f80d02cc15d442f9c5c85a1 (patch) | |
tree | 6fa8ac9f2a759125c9bb6c457581779c6f1d1543 /manifests | |
parent | e8445ce12b9174eeea071939af4a17177ebc89ce (diff) | |
download | puppet-reprepro-d9cab0d23a3602ab6f80d02cc15d442f9c5c85a1.tar.gz puppet-reprepro-d9cab0d23a3602ab6f80d02cc15d442f9c5c85a1.tar.bz2 |
make the README an HTML file because we don't allow indexes anymore
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
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, |