summaryrefslogtreecommitdiff
path: root/templates/default.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.erb')
-rw-r--r--templates/default.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default.erb b/templates/default.erb
index b7175b0..a4361b7 100644
--- a/templates/default.erb
+++ b/templates/default.erb
@@ -1,10 +1,10 @@
# begin vhost for <%= fqdn %>
<VirtualHost *:80>
ServerName <%= fqdn %>
- DocumentRoot <%= apache_default_folder %>
+ DocumentRoot <%= scope.lookupvar('apache::default_folder') %>
# begin site config
- <Directory <%= apache_default_folder %>>
+ <Directory <%= scope.lookupvar('apache::default_folder') %>>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
</Directory>