/[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 1184 by misc, Tue Feb 22 02:16:13 2011 UTC revision 1185 by misc, Wed Feb 23 17:14:31 2011 UTC
# Line 43  class apache { Line 43  class apache {
43          package { "apache-mod_php":          package { "apache-mod_php":
44              ensure => installed              ensure => installed
45          }          }
46    
47            file { "/etc/httpd/conf.d/mod_php.conf":
48                ensure => present,
49                owner => root,
50                group => root,
51                mode => 644,
52                require => Package['apache-conf'],
53                content => template('apache/mod_php.conf')
54            }
55      }      }
56    
57      class mod_perl inherits base {      class mod_perl inherits base {

Legend:
Removed from v.1184  
changed lines
  Added in v.1185

  ViewVC Help
Powered by ViewVC 1.1.30