5 lignes
137 o
Puppet
5 lignes
137 o
Puppet
class sshd::client::linux inherits sshd::client::base {
|
|
package {'openssh-clients':
|
|
ensure => $sshd::client::ensure_version,
|
|
}
|
|
}
|