/[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 2682 by misc, Sun Mar 25 12:20:24 2012 UTC revision 2683 by misc, Sun Mar 25 12:20:27 2012 UTC
# Line 35  class apache { Line 35  class apache {
35          }          }
36      }      }
37            
     class mod_php inherits base {  
         $php_date_timezone = "UTC"  
   
         package { "apache-mod_php": }  
   
         apache::config { "/etc/httpd/conf.d/mod_php.conf":  
             content => template('apache/mod_php.conf'),  
         }  
     }  
   
38      class mod_wsgi inherits base {      class mod_wsgi inherits base {
39          package { "apache-mod_wsgi": }          package { "apache-mod_wsgi": }
40    

Legend:
Removed from v.2682  
changed lines
  Added in v.2683

  ViewVC Help
Powered by ViewVC 1.1.30