/[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 933 by misc, Tue Feb 1 12:44:59 2011 UTC revision 934 by misc, Tue Feb 1 12:45:01 2011 UTC
# Line 157  class apache { Line 157  class apache {
157      define vhost_django_app($module = false, $module_path = false, $use_ssl = false) {      define vhost_django_app($module = false, $module_path = false, $use_ssl = false) {
158          include apache::mod_wsgi          include apache::mod_wsgi
159          vhost_base { $name:          vhost_base { $name:
160                use_ssl => $use_ssl,
161              content => template("apache/vhost_django_app.conf")              content => template("apache/vhost_django_app.conf")
162          }          }
163                    

Legend:
Removed from v.933  
changed lines
  Added in v.934

  ViewVC Help
Powered by ViewVC 1.1.30