diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 11:20:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 11:20:58 -0200 |
commit | 7aaca4b60e3c319d7efff5b1a7d47dff94974525 (patch) | |
tree | 4b065b164118b399137dd75927ae15e575887a26 | |
parent | 0bbc3ab5b53baec602a9f4c705850bc1c969bcc5 (diff) | |
download | puppet-apache-7aaca4b60e3c319d7efff5b1a7d47dff94974525.tar.gz puppet-apache-7aaca4b60e3c319d7efff5b1a7d47dff94974525.tar.bz2 |
Changing index title
-rw-r--r-- | files/icons/header.html | 2 | ||||
-rw-r--r-- | manifests/init.pp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/files/icons/header.html b/files/icons/header.html index 8fe7adf..2933563 100644 --- a/files/icons/header.html +++ b/files/icons/header.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>download.recurser.com</title> + <title>Index of...</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="noarchive" name="robots" /> <link href="/favicon.ico" rel="shortcut icon" /> diff --git a/manifests/init.pp b/manifests/init.pp index a2699e6..b285f03 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -138,6 +138,7 @@ class apache { } # icons folder + # http://larsjung.de/h5ai/ # 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": |