aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_base.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-24 09:15:58 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-24 09:15:58 +0000
commit04454eff80ab21fd966fc98df61d0d92fb47d400 (patch)
tree5f05176fe147d5f5afdae4ae5103de6fdf0c1e91 /modules/apache/templates/vhost_base.conf
parent9ac360d040b6692140e77e9d3b55941ed3281af1 (diff)
downloadpuppet-04454eff80ab21fd966fc98df61d0d92fb47d400.tar
puppet-04454eff80ab21fd966fc98df61d0d92fb47d400.tar.gz
puppet-04454eff80ab21fd966fc98df61d0d92fb47d400.tar.bz2
puppet-04454eff80ab21fd966fc98df61d0d92fb47d400.tar.xz
puppet-04454eff80ab21fd966fc98df61d0d92fb47d400.zip
use second variable, as it is not possible to reassign parameter
Diffstat (limited to 'modules/apache/templates/vhost_base.conf')
-rw-r--r--modules/apache/templates/vhost_base.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf
index 6737ad00..2d89dccc 100644
--- a/modules/apache/templates/vhost_base.conf
+++ b/modules/apache/templates/vhost_base.conf
@@ -24,8 +24,8 @@ end
<%- end -%>
DocumentRoot <%= location %>
- CustomLog <%= access_logfile %> combined
- ErrorLog <%= error_logfile %>
+ CustomLog <%= real_access_logfile %> combined
+ ErrorLog <%= real_error_logfile %>
<%- if enable_public_html -%>
#TODO add the rest