1 2 3 4 5 6 7 8
class sshd::linux inherits sshd::base { package{openssh: ensure => $sshd_ensure_version, } File[sshd_config]{ require +> Package[openssh], } }