summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-03 17:00:50 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-03 17:00:50 -0200
commitc27c00d6dd1adb3f568276fd36358883da64eefa (patch)
treeabdd5e8d01c4366918c51f589f41f134ea1b5e95
parentb1bf78c8af695cc306fe8051eec4dc956f1eb826 (diff)
downloadpuppet-apache-c27c00d6dd1adb3f568276fd36358883da64eefa.tar.gz
puppet-apache-c27c00d6dd1adb3f568276fd36358883da64eefa.tar.bz2
Fix template deprecations (2)
-rw-r--r--templates/default.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb
index b2af2e7..08c3a87 100644
--- a/templates/default.erb
+++ b/templates/default.erb
@@ -1,6 +1,6 @@
# begin vhost for <%= @fqdn %>
<VirtualHost *:<%= scope.lookupvar('apache::http_port') %>>
- ServerName <%= fqdn %>
+ ServerName <%= @fqdn %>
DocumentRoot <%= scope.lookupvar('apache::default_folder') %>
# begin site config