From 6e3631546f71eab5846de4ce653251084aa400fc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Feb 2012 10:30:27 -0200 Subject: More style on indexes --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') 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, -- cgit v1.2.3