/[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 1635 by boklm, Tue May 24 10:21:10 2011 UTC revision 1636 by boklm, Tue May 24 10:25:22 2011 UTC
# Line 3  class apache { Line 3  class apache {
3      class base {      class base {
4          $php_date_timezone = "UTC"          $php_date_timezone = "UTC"
5    
6            # number of time the log file are rotated before being removed
7            $httpdlogs_rotate = "24"
8    
9          package { "apache-mpm-prefork":          package { "apache-mpm-prefork":
10              alias => apache,              alias => apache,
11              ensure => installed              ensure => installed

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

  ViewVC Help
Powered by ViewVC 1.1.30