From: Silvio Rhatto Date: Tue, 3 Nov 2015 19:00:50 +0000 (-0200) Subject: Fix template deprecations (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c27c00d6dd1adb3f568276fd36358883da64eefa;p=puppet-apache.git Fix template deprecations (2) --- 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 %> > - ServerName <%= fqdn %> + ServerName <%= @fqdn %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> # begin site config