diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-22 07:23:36 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-22 07:23:36 +0000 |
commit | 1e4fcca05c08f43f02174d6870cac1e7aa889e5a (patch) | |
tree | 8f22b8da2e325bcddbe065c6c07b60499810741e | |
parent | b1b5ccb5bd9037b9a201dfd9925c46dca163eccd (diff) | |
download | puppet-1e4fcca05c08f43f02174d6870cac1e7aa889e5a.tar puppet-1e4fcca05c08f43f02174d6870cac1e7aa889e5a.tar.gz puppet-1e4fcca05c08f43f02174d6870cac1e7aa889e5a.tar.bz2 puppet-1e4fcca05c08f43f02174d6870cac1e7aa889e5a.tar.xz puppet-1e4fcca05c08f43f02174d6870cac1e7aa889e5a.zip |
remove trailing slash from home dir
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |