aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshkeys.pp
blob: 6f5bba6431d4f7fbfcb62a7be2e59ff1d783a08b (plain)
1
2
3
4
5
6
7
8
class buildsystem::sshkeys {
    include ssh::auth
    include buildsystem::var::scheduler

    ssh::auth::key { $buildsystem::var::scheduler::login:
	home => $buildsystem::var::scheduler::homedir,
    }
}