[Mageia-sysadm] [619] - set default value of define to false ( so we are not forced to give

root at mageia.org root at mageia.org
Wed Dec 15 02:39:36 CET 2010


Revision: 619
Author:   misc
Date:     2010-12-15 02:39:36 +0100 (Wed, 15 Dec 2010)
Log Message:
-----------
- set default value of define to false ( so we are not forced to give
  one or the others )

Modified Paths:
--------------
    puppet/modules/apache/manifests/init.pp

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101215/65a75ac3/attachment.html>


More information about the Mageia-sysadm mailing list