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/000755.html | 104 ++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000755.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000755.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000755.html b/zarb-ml/mageia-sysadm/2010-November/000755.html new file mode 100644 index 000000000..92f73359c --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000755.html @@ -0,0 +1,104 @@ + + + + [Mageia-sysadm] [381] use again include instead of require to avoid deps cycle + + + + + + + + + +

[Mageia-sysadm] [381] use again include instead of require to avoid deps cycle

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 08:21:22 CET 2010 +

+
+ +
Revision: 381
+Author:   blino
+Date:     2010-11-22 08:21:22 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+use again include instead of require to avoid deps cycle
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-22 07:20:25 UTC (rev 380)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 07:21:22 UTC (rev 381)
+@@ -9,7 +9,7 @@
+     }
+ 
+     class mainnode inherits base {
+-        require iurtuser
++        include iurtuser
+         ssh::auth::server { $build_login: }
+ 
+         package { "task-bs-cluster-main":
+@@ -60,7 +60,7 @@
+ 
+     class iurt {
+         include sudo
+-        require iurtuser
++        include iurtuser
+         ssh::auth::client { $build_login: }
+ 
+         # build node common settings
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/4a9d7791/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

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