diff options
Diffstat (limited to 'manifests/init.pp')
-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, |