Merge "Fix scope of vhost template variable"

This commit is contained in:
Zuul 2018-07-21 14:47:21 +00:00 committed by Gerrit Code Review
commit 2ecbcf6fe5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<% elsif @serveraliases -%>
<%= " ServerAlias #{@serveraliases}" %>
<% end %>
ServerAdmin <%= @serveradmin %>
ServerAdmin <%= scope.lookupvar("hound::serveradmin") %>
ErrorLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("hound::vhost_name") %>-error.log