aboutsummaryrefslogtreecommitdiff
path: root/manifests/client/base.pp
blob: 2c3e31f084f5353d8d70915c2005950cea74ecd4 (plain)
1
2
3
4
5
6
7
8
9
class sshd::client::base {
    # this is needed because the gid might have changed
    file { '/etc/ssh/ssh_known_hosts':
            mode => 0644, owner => root, group => 0;
    }

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