summaryrefslogtreecommitdiff
path: root/puppet/modules/sshd/manifests/client/linux.pp
blob: 0c420be25140bb0a998a8804f9bd87c985e351e3 (plain)
1
2
3
4
5
class sshd::client::linux inherits sshd::client::base {
  package {'openssh-clients':
    ensure => $sshd::client::ensure_version,
  }
}