diff options
-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 126cebdb..671a3324 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -3,7 +3,7 @@ class buildsystem { class base { $build_login = "iurt" $build_home_dir = "/home/$build_login" - $sched_login = "schedbot" + $sched_login = "schedbot" $sched_home_dir = "/home/$sched_login" include ssh::auth |