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 90e4801..b2af2e7 100644
--- a/templates/default.erb
+++ b/templates/default.erb
@@ -1,4 +1,4 @@
-# begin vhost for <%= fqdn %>
+# begin vhost for <%= @fqdn %>
<VirtualHost *:<%= scope.lookupvar('apache::http_port') %>>
ServerName <%= fqdn %>
DocumentRoot <%= scope.lookupvar('apache::default_folder') %>
@@ -11,4 +11,4 @@
# end site config
</VirtualHost>
-# end vhost for <%= fqdn %>
+# end vhost for <%= @fqdn %>