/[adm]/puppet/modules/apache/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/apache/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1636 by boklm, Tue May 24 10:25:22 2011 UTC revision 2015 by misc, Mon Sep 19 12:57:09 2011 UTC
# Line 169  class apache { Line 169  class apache {
169          }          }
170    
171          if ! $access_logfile {          if ! $access_logfile {
172              $real_access_logfile = "$httpd_logdir/$real_vhost-access_log"              $real_access_logfile = "$httpd_logdir/${real_vhost}-access_log"
173          } else {          } else {
174              $real_access_logfile = $access_logfile              $real_access_logfile = $access_logfile
175          }          }
176          if ! $error_logfile {          if ! $error_logfile {
177              $real_error_logfile = "$httpd_logdir/$real_vhost-error_log"              $real_error_logfile = "$httpd_logdir/${real_vhost}-error_log"
178          } else {          } else {
179              $real_error_logfile = $error_logfile              $real_error_logfile = $error_logfile
180          }          }

Legend:
Removed from v.1636  
changed lines
  Added in v.2015

  ViewVC Help
Powered by ViewVC 1.1.30