From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000892.html | 98 +++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000892.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000892.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000892.html b/zarb-ml/mageia-sysadm/2010-November/000892.html new file mode 100644 index 000000000..2433ef5d3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000892.html @@ -0,0 +1,98 @@ + + + + [Mageia-sysadm] [453] do not use default empty array, as puppet evaluate this as "true" and + + + + + + + + + +

[Mageia-sysadm] [453] do not use default empty array, as puppet evaluate this as "true" and

+ root at mageia.org + root at mageia.org +
+ Wed Nov 24 13:45:32 CET 2010 +

+
+ +
Revision: 453
+Author:   misc
+Date:     2010-11-24 13:45:31 +0100 (Wed, 24 Nov 2010)
+Log Message:
+-----------
+do not use default empty array, as puppet evaluate this as "true" and
+therefore create the post-commit scripts with invalid values
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2010-11-24 11:14:33 UTC (rev 452)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-24 12:45:31 UTC (rev 453)
+@@ -114,9 +114,9 @@
+ 
+     define repository ($group = "svn",
+                        $public = true,
+-                       $commit_mail = [],
+-                       $syntax_check = [],
+-                       $extract_dir = []) {
++                       $commit_mail = '',
++                       $syntax_check = '',
++                       $extract_dir = '') {
+         # check permissions
+         # http://svnbook.red-bean.com/nightly/fr/svn.serverconfig.multimethod.html
+         # $name ==> directory of the repo
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101124/59f55dac/attachment.html>
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1