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/000661.html | 117 ++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000661.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000661.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000661.html b/zarb-ml/mageia-sysadm/2010-November/000661.html new file mode 100644 index 000000000..5548a42ac --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000661.html @@ -0,0 +1,117 @@ + + + + [Mageia-sysadm] [321] - add some requires for ordering of the transaction + + + + + + + + + +

[Mageia-sysadm] [321] - add some requires for ordering of the transaction

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 01:59:59 CET 2010 +

+
+ +
Revision: 321
+Author:   misc
+Date:     2010-11-19 01:59:58 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+- add some requires for ordering of the transaction
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2010-11-19 00:59:57 UTC (rev 320)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-19 00:59:58 UTC (rev 321)
+@@ -128,7 +128,8 @@
+             owner => root,
+             group => root,
+             mode => 755,
+-            content => template("subversion/hook_commit.sh")
++            content => template("subversion/hook_commit.sh"),
++	    require => Exec["svnadmin create $name"],
+         }
+ 
+         file { ["$name/hooks/post-commit.d", "$name/hooks/pre-commit.d"]:
+@@ -136,6 +137,7 @@
+             owner => root,
+             group => root,
+             mode => 755,
++	    require => Exec["svnadmin create $name"],
+         }
+ 
+         if $commit_mail {
+@@ -144,7 +146,8 @@
+                 owner => root,
+                 group => root,
+                 mode => 755,
+-                content => template("subversion/hook_sendmail.pl")
++                content => template("subversion/hook_sendmail.pl"),
++	    	require => [Exec["svnadmin create $name"], Package['perl-SVN-Notify-Config']],
+             }
+         }
+ 
+@@ -154,7 +157,8 @@
+                 owner => root,
+                 group => root,
+                 mode => 755,
+-                content => template("subversion/hook_extract.pl")
++                content => template("subversion/hook_extract.pl"),
++	    	require => Exec["svnadmin create $name"],
+             }
+         }
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/ada35023/attachment-0001.html>
+
+ + + + + + + + +
+

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