summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-02-09 10:38:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-02-09 10:38:10 -0200
commit2204bd1b22e1e209229bc2ebe12963b27d911fed (patch)
treece5a0c750d6ac6876af5ffb0c18c7b4760238742 /templates
parent1b12668fedf6977ffd58480e296a3762cfb2e935 (diff)
downloadpuppet-apache-2204bd1b22e1e209229bc2ebe12963b27d911fed.tar.gz
puppet-apache-2204bd1b22e1e209229bc2ebe12963b27d911fed.tar.bz2
Minor fix
Diffstat (limited to 'templates')
-rw-r--r--templates/alias.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/alias.conf.erb b/templates/alias.conf.erb
index 342213b..51419b2 100644
--- a/templates/alias.conf.erb
+++ b/templates/alias.conf.erb
@@ -12,9 +12,9 @@
# We include the /icons/ alias for FancyIndexed directory listings. If
# you do not use FancyIndexing, you may comment this out.
#
-Alias /icons/ "<%= $apache_www_folder %>"
+Alias /icons/ "<%= apache_www_folder %>"
-<Directory "<%= $apache_www_folder %>">
+<Directory "<%= apache_www_folder %>">
Options Indexes MultiViews
AllowOverride None
Order allow,deny