summaryrefslogtreecommitdiff
path: root/puppet/modules/site_sshd/manifests/authorized_keys.pp
blob: edd6e3c4a8a80f676a7d8cf845fa9eea82c3bdd5 (plain)
1
2
3
4
5
6
class site_sshd::authorized_keys {
  tag 'leap_authorized_keys'

  create_resources(site_sshd::authorized_keys::key, $site_sshd::ssh_authorized_keys)

}