/[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 1633 by boklm, Tue May 24 09:22:51 2011 UTC revision 1634 by boklm, Tue May 24 09:41:53 2011 UTC
# Line 158  class apache { Line 158  class apache {
158          }          }
159    
160          if ! $access_logfile {          if ! $access_logfile {
161              $real_access_logfile = "$httpd_logdir/access_log-$real_vhost"              $real_access_logfile = "$httpd_logdir/$real_vhost-access_log"
162          } else {          } else {
163              $real_access_logfile = $access_logfile              $real_access_logfile = $access_logfile
164          }          }
165          if ! $error_logfile {          if ! $error_logfile {
166              $real_error_logfile = "$httpd_logdir/error_log-$real_vhost"              $real_error_logfile = "$httpd_logdir/$real_vhost-error_log"
167          } else {          } else {
168              $real_error_logfile = $error_logfile              $real_error_logfile = $error_logfile
169          }          }

Legend:
Removed from v.1633  
changed lines
  Added in v.1634

  ViewVC Help
Powered by ViewVC 1.1.30