summaryrefslogtreecommitdiff
path: root/manifests/client/base.pp
blob: 64d4f6fbd9c311bfe51b7052c02547d9873a9203 (plain)
1
2
3
4
5
6
7
8
class sshd::client::base {
  # this is needed because the gid might have changed
  config_file { '/etc/ssh/ssh_known_hosts':
  }

  # Now collect all server keys
  Sshkey <<||>>
}