From 1e4fcca05c08f43f02174d6870cac1e7aa889e5a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Nov 2010 07:23:36 +0000 Subject: remove trailing slash from home dir --- modules/buildsystem/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index d5df2e58..735c92b2 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -2,7 +2,7 @@ class buildsystem { 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 -- cgit v1.2.1