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

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