[Mageia-sysadm] [355] move build_login and build_home_dir variables at the top

root at mageia.org root at mageia.org
Sun Nov 21 20:23:39 CET 2010


Revision: 355
Author:   boklm
Date:     2010-11-21 20:23:39 +0100 (Sun, 21 Nov 2010)
Log Message:
-----------
move build_login and build_home_dir variables at the top

Modified Paths:
--------------
    puppet/modules/buildsystem/manifests/init.pp

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-21 18:05:23 UTC (rev 354)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-21 19:23:39 UTC (rev 355)
@@ -1,5 +1,8 @@
 class buildsystem {
 
+    $build_login = "iurt"
+    $build_home_dir = "/home/iurt/"
+
     class mainnode {
         include iurtuser
 
@@ -28,9 +31,6 @@
 
     }
 
-    $build_login = "iurt"
-    $build_home_dir = "/home/iurt/"
-
     class iurtuser {
         group {"$build_login": 
             ensure => present,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101121/792a9500/attachment.html>


More information about the Mageia-sysadm mailing list