[Mageia-sysadm] [382] remove trailing slash from home dir

root at mageia.org root at mageia.org
Mon Nov 22 08:23:36 CET 2010


Revision: 382
Author:   blino
Date:     2010-11-22 08:23:36 +0100 (Mon, 22 Nov 2010)
Log Message:
-----------
remove trailing slash from home dir

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

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-22 07:21:22 UTC (rev 381)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 07:23:36 UTC (rev 382)
@@ -2,7 +2,7 @@
 
     class base {
 	$build_login = "iurt"
-	$build_home_dir = "/home/iurt/"
+	$build_home_dir = "/home/iurt"
 
 	include ssh::auth
 	ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101122/2e298dfd/attachment.html>


More information about the Mageia-sysadm mailing list