diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 17:00:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 17:00:50 -0200 |
commit | c27c00d6dd1adb3f568276fd36358883da64eefa (patch) | |
tree | abdd5e8d01c4366918c51f589f41f134ea1b5e95 /templates | |
parent | b1bf78c8af695cc306fe8051eec4dc956f1eb826 (diff) | |
download | puppet-apache-c27c00d6dd1adb3f568276fd36358883da64eefa.tar.gz puppet-apache-c27c00d6dd1adb3f568276fd36358883da64eefa.tar.bz2 |
Fix template deprecations (2)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.erb | 2 |
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 |