aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/scheduler.pp
blob: a6b9ef4fd15660eacd7b2e84b5514e26812ce778 (plain)
1
2
3
4
5
6
7
8
9
10
# $admin_mail:
#   the email address from which the build failure notifications
#   will be sent
class buildsystem::var::scheduler(
    $admin_mail = "root@${::domain}"
){
    $login = 'schedbot'
    $homedir = "/var/lib/$login"
    $logdir = "/var/log/$login"
}