From 2c16c4788cc352a79c548fd9164d65264ae55d22 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 16:04:58 -0200 Subject: Upgrading for 2.7 compatibility --- templates/alias.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/alias.conf.erb') diff --git a/templates/alias.conf.erb b/templates/alias.conf.erb index 4e96ad1..cd74c66 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 %>/icons" +Alias /icons "<%= scope.lookupvar('apache::www_folder') %>/icons" -/icons"> +/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny -- cgit v1.2.3