/[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 1631 by boklm, Tue May 24 09:10:36 2011 UTC revision 1632 by boklm, Tue May 24 09:15:58 2011 UTC
# Line 158  class apache { Line 158  class apache {
158          }          }
159    
160          if ! $access_logfile {          if ! $access_logfile {
161              $access_logfile = "$httpd_logdir/access_log-$real_vhost"              $real_access_logfile = "$httpd_logdir/access_log-$real_vhost"
162            } else {
163                $real_access_logfile = $access_logfile
164          }          }
165          if ! $error_logfile {          if ! $error_logfile {
166              $error_logfile = "$httpd_logdir/error_log-$real_vhost"              $real_error_logfile = "$httpd_logdir/error_log-$real_vhost"
167            } else {
168                $real_error_logfile = $error_logfile
169          }          }
170    
171          if $use_ssl {          if $use_ssl {

Legend:
Removed from v.1631  
changed lines
  Added in v.1632

  ViewVC Help
Powered by ViewVC 1.1.30