/[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 2690 by misc, Sun Mar 25 12:47:20 2012 UTC revision 2692 by misc, Sun Mar 25 12:47:29 2012 UTC
# Line 27  class apache { Line 27  class apache {
27          }          }
28      }      }
29    
     define vhost_wsgi($wsgi_path, $aliases = {}, $server_aliases = []) {  
         include apache::mod::wsgi  
         apache::vhost::base { $name:  
             aliases => $aliases,  
             server_aliases => $server_aliases,  
             content => template("apache/vhost_wsgi.conf"),  
         }  
     }  
   
30     define vhost_other_app($vhost_file) {     define vhost_other_app($vhost_file) {
31          include apache::base          include apache::base
32          apache::config { "/etc/httpd/conf/vhosts.d/$name.conf":          apache::config { "/etc/httpd/conf/vhosts.d/$name.conf":

Legend:
Removed from v.2690  
changed lines
  Added in v.2692

  ViewVC Help
Powered by ViewVC 1.1.30