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/000706.html | 111 ++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000706.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000706.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000706.html b/zarb-ml/mageia-sysadm/2010-November/000706.html new file mode 100644 index 000000000..d3e4f5d21 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000706.html @@ -0,0 +1,111 @@ + + + + [Mageia-sysadm] [350] move task-bs-cluster-main dep in buildsystem::mainnode + + + + + + + + + +

[Mageia-sysadm] [350] move task-bs-cluster-main dep in buildsystem::mainnode

+ root at mageia.org + root at mageia.org +
+ Sun Nov 21 18:42:09 CET 2010 +

+
+ +
Revision: 350
+Author:   blino
+Date:     2010-11-21 18:42:09 +0100 (Sun, 21 Nov 2010)
+Log Message:
+-----------
+move task-bs-cluster-main dep in buildsystem::mainnode
+
+Modified Paths:
+--------------
+    puppet/manifests/nodes.pp
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2010-11-21 17:34:53 UTC (rev 349)
++++ puppet/manifests/nodes.pp	2010-11-21 17:42:09 UTC (rev 350)
+@@ -18,13 +18,11 @@
+     include subversion::client
+     include subversion::server
+     include puppet::master
++    include buildsystem::mainnode
+ 
+     subversion::snapshot { "/etc/puppet":
+         source => "svn://svn.mageia.org/adm/puppet/"
+     }
+-    package {"task-bs-cluster-main":
+-        ensure => "installed"
+-    }
+ }
+ 
+ # web apps
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-21 17:34:53 UTC (rev 349)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-21 17:42:09 UTC (rev 350)
+@@ -1,5 +1,11 @@
+ class buildsystem {
+ 
++    class mainnode {
++        package { "task-bs-cluster-main":
++            ensure => "installed"
++        }
++    }
++
+     class buildnode {
+         include iurt
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101121/0a357cd2/attachment.html>
+
+ + + + + + + +
+

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