From 9be1bc9a8d8fe04767225fcde03755d240f9df02 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Dec 2010 01:39:36 +0000 Subject: - set default value of define to false ( so we are not forced to give one or the others ) --- modules/apache/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index a46a0974..09cba687 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -116,7 +116,7 @@ class apache { } } - 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 -- cgit v1.2.1