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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2706 - (hide 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 misc 2686 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 misc 2706 content => template('apache/mod/wsgi.conf'),
11 misc 2686 }
12     }

  ViewVC Help
Powered by ViewVC 1.1.30