/[adm]/puppet/modules/apache/manifests/mod/wsgi.pp
ViewVC logotype

Contents of /puppet/modules/apache/manifests/mod/wsgi.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2686 - (show annotations) (download)
Sun Mar 25 12:20:35 2012 UTC (12 years, 1 month ago) by misc
File size: 274 byte(s)
split mod_wsgi in a separate file
1 class apache::mod::wsgi {
2 include apache::base
3 package { 'apache-mod_wsgi': }
4
5 file { '/usr/local/lib/wsgi':
6 ensure => directory,
7 }
8
9 apache::config { '/etc/httpd/conf.d/mod_wsgi.conf':
10 content => template('apache/mod_wsgi.conf'),
11 }
12 }

  ViewVC Help
Powered by ViewVC 1.1.30