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/000197.html | 93 +++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000197.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000197.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000197.html b/zarb-ml/mageia-sysadm/2010-November/000197.html new file mode 100644 index 000000000..86a8ecfa5 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000197.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [88] Fix iurt init.pp + + + + + + + + + +

[Mageia-sysadm] [88] Fix iurt init.pp

+ root at mageia.org + root at mageia.org +
+ Thu Nov 4 17:48:28 CET 2010 +

+
+ +
Revision: 88
+Author:   dmorgan
+Date:     2010-11-04 17:48:27 +0100 (Thu, 04 Nov 2010)
+Log Message:
+-----------
+Fix iurt init.pp
+
+Modified Paths:
+--------------
+    puppet/modules/iurt/manifests/init.pp
+
+Modified: puppet/modules/iurt/manifests/init.pp
+===================================================================
+--- puppet/modules/iurt/manifests/init.pp	2010-11-04 16:47:06 UTC (rev 87)
++++ puppet/modules/iurt/manifests/init.pp	2010-11-04 16:48:27 UTC (rev 88)
+@@ -1,4 +1,4 @@
+-class default_mageia_buildnode {
++class iurt {
+ 
+     # build node common settings
+     # we could have the following skip list to use less space:
+@@ -13,8 +13,7 @@
+         owner => buildbot,
+         group => buildbot,
+         mode => 644,
+-        require => Package["iurt"],
+-        content => "template("buildsystem/.iurt.cauldron.conf")"
++        content => template("iurt/.iurt.cauldron.conf")
+     }
+ 
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101104/82187a63/attachment-0001.html>
+
+ + + + + + +
+

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