aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/buildnode.pp
blob: 54e56da76153c85007b8ff0cc2b5f80cb8c62830 (plain)
1
2
3
4
5
6
7
8
class buildsystem::buildnode {
    include buildsystem::base
    include buildsystem::iurt
    # permit to scheduler to run iurt
    ssh::auth::server { $buildsystem::scheduler::var::login:
                        user => $buildsystem::iurt::user::login,
    }
}