[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