5 lines
125 B
Puppet
5 lines
125 B
Puppet
class sshd::client::linux inherits sshd::client::base {
|
|
package {'openssh-clients':
|
|
ensure => installed,
|
|
}
|
|
}
|