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