diff options
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 1 | ||||
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 2b9af19c..3919fc7c 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -5,6 +5,7 @@ class buildsystem { $build_home_dir = "/home/$build_login" $sched_login = "schedbot" $sched_home_dir = "/home/$sched_login" + $repository_root = "/distrib/bootstrap" include ssh::auth ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 1ebd179a..51f3a152 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -1,5 +1,4 @@ <% -repository_root = "/distrib/bootstrap" # FIXME: add a reverse lookup for IPv6 adresses # allowed hosts are: valstar, ecosse, jonund buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64" |