aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/scheduler.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/var/scheduler.pp')
-rw-r--r--modules/buildsystem/manifests/var/scheduler.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/scheduler.pp b/modules/buildsystem/manifests/var/scheduler.pp
index d69c66fc..087020bf 100644
--- a/modules/buildsystem/manifests/var/scheduler.pp
+++ b/modules/buildsystem/manifests/var/scheduler.pp
@@ -1,10 +1,13 @@
# $admin_mail:
# the email address from which the build failure notifications
# will be sent
+# $pkg_uphost:
+# hostname of the server where submitted packages are uploaded
# $build_nodes:
# a hash containing available build nodes indexed by architecture
class buildsystem::var::scheduler(
$admin_mail = "root@${::domain}",
+ $pkg_uphost = "pkgsubmit.${::domain}",
$build_nodes
){
$login = 'schedbot'