aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-15 01:39:36 +0000
committerMichael Scherer <misc@mageia.org>2010-12-15 01:39:36 +0000
commit9be1bc9a8d8fe04767225fcde03755d240f9df02 (patch)
treeca1e6bc784c4698d91981a1a52f1541f5bce18d5 /modules/apache
parentb55448b4973a73b831871e09a1b0af82874abb24 (diff)
downloadpuppet-9be1bc9a8d8fe04767225fcde03755d240f9df02.tar
puppet-9be1bc9a8d8fe04767225fcde03755d240f9df02.tar.gz
puppet-9be1bc9a8d8fe04767225fcde03755d240f9df02.tar.bz2
puppet-9be1bc9a8d8fe04767225fcde03755d240f9df02.tar.xz
puppet-9be1bc9a8d8fe04767225fcde03755d240f9df02.zip
- set default value of define to false ( so we are not forced to give
one or the others )
Diffstat (limited to 'modules/apache')
-rw-r--r--modules/apache/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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