summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/sshd.pp
blob: 8ff337a065c1d693e79eadd6c4304096886add68 (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)
}