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/000857.html | 108 ++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000857.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000857.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000857.html b/zarb-ml/mageia-sysadm/2010-November/000857.html new file mode 100644 index 000000000..2e54a52ec --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000857.html @@ -0,0 +1,108 @@ + + + + [Mageia-sysadm] [429] move /etc/iurt creation with iurt user (rationale: if there is a iurt user, iurt tools will be used) + + + + + + + + + +

[Mageia-sysadm] [429] move /etc/iurt creation with iurt user (rationale: if there is a iurt user, iurt tools will be used)

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 23:08:59 CET 2010 +

+
+ +
Revision: 429
+Author:   blino
+Date:     2010-11-23 23:08:58 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+move /etc/iurt creation with iurt user (rationale: if there is a iurt user, iurt tools will be used)
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-23 22:06:24 UTC (rev 428)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-23 22:08:58 UTC (rev 429)
+@@ -93,6 +93,10 @@
+           homedir => $build_home_dir,
+           comment => "System user used to run build bots",
+         }
++
++        file { "/etc/iurt":
++            ensure => "directory",
++        }
+     }
+ 
+     class iurt {
+@@ -109,10 +113,6 @@
+             ensure => installed;
+         }
+ 
+-        file { "/etc/iurt":
+-            ensure => "directory",
+-        }
+-
+         file { "/etc/iurt/build":
+             ensure => "directory",
+             require => File["/etc/iurt"],
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/4b74c27a/attachment-0001.html>
+
+ + + + + + + + + + + + + + + +
+

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