module-sshd/manifests/client/base.pp

9 lines
180 B
ObjectPascal
Raw Normal View History

2009-09-29 19:53:04 +02:00
class sshd::client::base {
# this is needed because the gid might have changed
config_file { '/etc/ssh/ssh_known_hosts':
}
2009-09-29 19:53:04 +02:00
# Now collect all server keys
Sshkey <<||>>
2009-09-29 19:53:04 +02:00
}