/[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 1186 by misc, Wed Feb 23 17:14:32 2011 UTC revision 1188 by misc, Wed Feb 23 17:59:25 2011 UTC
# Line 50  class apache { Line 50  class apache {
50              group => root,              group => root,
51              mode => 644,              mode => 644,
52              require => Package['apache-conf'],              require => Package['apache-conf'],
53              content => template('apache/mod_php.conf')              content => template('apache/mod_php.conf'),
54              notify => Service['apache'],              notify => Service['apache'],
55          }          }
56      }      }
# Line 101  class apache { Line 101  class apache {
101              group => root,              group => root,
102              mode => 644,              mode => 644,
103              require => Package['apache-conf'],              require => Package['apache-conf'],
104              content => template('apache/mod_wsgi.conf')              content => template('apache/mod_wsgi.conf'),
105              notify => Service['apache'],              notify => Service['apache'],
106          }          }
107    

Legend:
Removed from v.1186  
changed lines
  Added in v.1188

  ViewVC Help
Powered by ViewVC 1.1.30