Class undine_ssh::undine_ssh
In: /vagrant/modules/undine_ssh/manifests/init.pp
/vagrant/modules/undine_ssh/manifests/init.pp
Parent:

Class: undine_ssh

The undine_ssh class is responsible for the installation of the openssh-client package, necessary for the management of SSH known_host keys.

It should not be necessary to declare this class directly, as it will be declared automatically by declaring a undine_ssh::known_host resource.

Resources

Resources

File["/root/.ssh"]
   ensure => directory
   mode => "0640"
File["/root/.ssh"]
   ensure => directory
   mode => "0640"
Package["openssh-client"]
   ensure => installed
Package["openssh-client"]
   ensure => installed

[Validate]