summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-02-09 10:30:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-02-09 10:30:27 -0200
commit6e3631546f71eab5846de4ce653251084aa400fc (patch)
treeb4204431327c9905dc2f8ba21f46ed45e2d0ba24 /manifests
parent8a3e9fcb53d3c9e876535e0d262a469ed446f2ff (diff)
downloadpuppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.gz
puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.bz2
More style on indexes
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9ab4cda..a2699e6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -138,6 +138,8 @@ class apache {
}
# icons folder
+ # http://recursive-design.com/blog/2008/12/29/styling-apache-directory-listings-with-mod_autoindex/
+ # http://code.ecchi.ca/apache-tango-icons/README.html
file { "${apache_www_folder}/icons":
ensure => directory,
recurse => true,