aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshkeys.pp
blob: 5a1b2900586d43b423ec30d1fa4c48532e5c0bfc (plain)
1
2
3
4
5
class buildsystem::sshkeys {
    include buildsystem::var::scheduler

    sshkeys::create_key { $buildsystem::var::scheduler::login: }
}