/[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 2706 - (show annotations) (download)
Mon Apr 2 11:05:35 2012 UTC (12 years ago) by misc
File size: 274 byte(s)
move the others files in subdirectory
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