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/000758.html | 95 +++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000758.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000758.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000758.html b/zarb-ml/mageia-sysadm/2010-November/000758.html new file mode 100644 index 000000000..35df5976d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000758.html @@ -0,0 +1,95 @@ + + + + [Mageia-sysadm] [382] remove trailing slash from home dir + + + + + + + + + +

[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
+ -- cgit v1.2.1