Modified: puppet/modules/apache/manifests/init.pp
===================================================================
--- puppet/modules/apache/manifests/init.pp 2010-12-15 01:39:35 UTC (rev 618)
+++ puppet/modules/apache/manifests/init.pp 2010-12-15 01:39:36 UTC (rev 619)
@@ -116,7 +116,7 @@
}
}
- define vhost_django_app($module, $module_path = '/usr/share') {
+ define vhost_django_app($module = false, $module_path = false) {
include apache::mod_wsgi
# module is a ruby reserved keyword, cannot be used in templates