blob: 944dbce2fa3f9eb92d24411d72e74239c8dbc56f (
plain)
1
2
3
4
5
6
7
8
9
|
class site_config::sshd {
# configure sshd
include sshd
include site_sshd
# no need for configuring authorized_keys as leap_cli cares for that
#$ssh_pubkeys=hiera_hash('ssh_pubkeys')
#notice($ssh_pubkeys)
#create_resources('site_sshd::ssh_key', $ssh_pubkeys)
}
|