/[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 2104 by boklm, Tue Dec 20 14:36:33 2011 UTC revision 2124 by misc, Fri Jan 6 16:14:10 2012 UTC
# Line 1  Line 1 
1  class apache {  class apache {
2    
3      class base {      class base {
         $php_date_timezone = "UTC"  
4    
5          # number of time the log file are rotated before being removed          # number of time the log file are rotated before being removed
6          $httpdlogs_rotate = "24"          $httpdlogs_rotate = "24"
# Line 57  class apache { Line 56  class apache {
56      }      }
57            
58      class mod_php inherits base {      class mod_php inherits base {
59            $php_date_timezone = "UTC"
60          package { "apache-mod_php":          package { "apache-mod_php":
61              ensure => installed              ensure => installed
62          }          }

Legend:
Removed from v.2104  
changed lines
  Added in v.2124

  ViewVC Help
Powered by ViewVC 1.1.30