module-sshd/manifests/client/linux.pp

6 lines
137 B
ObjectPascal
Raw Normal View History

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