module-sshd/manifests/client/base.pp
2010-10-04 22:03:49 +02:00

8 lines
180 B
Puppet

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 <<||>>
}