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/000423.html | 119 ++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000423.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000423.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000423.html b/zarb-ml/mageia-sysadm/2010-November/000423.html new file mode 100644 index 000000000..a3ad17092 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000423.html @@ -0,0 +1,119 @@ + + + + [Mageia-sysadm] [218] fix path name (iurt module renamed to buildsystem) + + + + + + + + + +

[Mageia-sysadm] [218] fix path name (iurt module renamed to buildsystem)

+ root at mageia.org + root at mageia.org +
+ Wed Nov 10 00:02:34 CET 2010 +

+
+ +
Revision: 218
+Author:   boklm
+Date:     2010-11-10 00:02:34 +0100 (Wed, 10 Nov 2010)
+Log Message:
+-----------
+fix path name (iurt module renamed to buildsystem)
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-09 23:00:28 UTC (rev 217)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-09 23:02:34 UTC (rev 218)
+@@ -22,7 +22,7 @@
+             owner => $build_login,
+             group => $build_login,
+             mode => 644,
+-            content => template("iurt/iurt.cauldron.conf")
++            content => template("buildsystem/iurt.cauldron.conf")
+         }
+ 
+         file { "/etc/sudoers.d/iurt":
+@@ -30,7 +30,7 @@
+             owner => root,
+             group => root,
+             mode => 600,
+-            content => template("iurt/sudoers.iurt")
++            content => template("buildsystem/sudoers.iurt")
+         }
+ 
+         group {"$build_login": 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101110/69419863/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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