1 2 3 4 5
class sshd::client::linux inherits sshd::client::base { package {'openssh-clients': ensure => $sshd::client::ensure_version, } }