Class ssh::client
In: /home/david/repos/complete/modules/ssh/manifests/init.pp
Parent: ssh::common

Resources

Resources

File[/etc/ssh/ssh_known_hosts]
   mode => '0644'
   owner => 'root'
   group => '0'
File[/usr/bin/ssh-agent]
   group => 'ssh'
   require => '#'

this is needed because the gid might have changed

Package[openssh-client]
   ensure => 'installed'
   require => ['#', '#']

[Validate]