/[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 907 by misc, Mon Jan 24 12:22:10 2011 UTC revision 908 by misc, Fri Jan 28 12:26:04 2011 UTC
# Line 79  class apache { Line 79  class apache {
79              group => root,              group => root,
80              mode => 644,              mode => 644,
81          }          }
82    
83            file { "/etc/httpd/conf.d/mod_wsgi.conf":
84                ensure => present,
85                owner => root,
86                group => root,
87                mode => 644,
88                content => template('apache/mod_wsgi.conf')
89            }
90    
91      }      }
92            
93      class mod_proxy inherits base {      class mod_proxy inherits base {

Legend:
Removed from v.907  
changed lines
  Added in v.908

  ViewVC Help
Powered by ViewVC 1.1.30