diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:30:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:30:27 -0200 |
commit | 6e3631546f71eab5846de4ce653251084aa400fc (patch) | |
tree | b4204431327c9905dc2f8ba21f46ed45e2d0ba24 /manifests | |
parent | 8a3e9fcb53d3c9e876535e0d262a469ed446f2ff (diff) | |
download | puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.gz puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.bz2 |
More style on indexes
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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, |