]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Fix template deprecations (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 3 Nov 2015 19:00:50 +0000 (17:00 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 3 Nov 2015 19:00:50 +0000 (17:00 -0200)
templates/default.erb

index b2af2e7d2adb61accf472c9b6860467d65a0c517..08c3a87eaa0675b9fa717a2f421610edc232ce77 100644 (file)
@@ -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