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.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/scheduler.pp b/modules/buildsystem/manifests/var/scheduler.pp
index a6b9ef4f..d69c66fc 100644
--- a/modules/buildsystem/manifests/var/scheduler.pp
+++ b/modules/buildsystem/manifests/var/scheduler.pp
@@ -1,8 +1,11 @@
# $admin_mail:
# the email address from which the build failure notifications
# will be sent
+# $build_nodes:
+# a hash containing available build nodes indexed by architecture
class buildsystem::var::scheduler(
- $admin_mail = "root@${::domain}"
+ $admin_mail = "root@${::domain}",
+ $build_nodes
){
$login = 'schedbot'
$homedir = "/var/lib/$login"