2009-09-29 19:53:04 +02:00
|
|
|
class sshd::client::linux inherits sshd::client::base {
|
2009-12-10 23:15:07 +01:00
|
|
|
package {'openssh-clients':
|
2012-06-05 23:23:03 +02:00
|
|
|
ensure => $sshd::client::ensure_version,
|
2009-12-10 23:15:07 +01:00
|
|
|
}
|
2009-09-29 19:53:04 +02:00
|
|
|
}
|