aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/buildnode.pp
blob: 3085a5130457e7f3918d8c33075179017ec88f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
class buildsystem::buildnode {
    include buildsystem::base
    include buildsystem::iurt
    include buildsystem::var::scheduler
    include buildsystem::sshkeys

    # permit to scheduler to run iurt
    ssh::auth::server { $buildsystem::var::scheduler::login:
        user => $buildsystem::iurt::user::login,
    }
}