summaryrefslogtreecommitdiff
path: root/manifests/redhat.pp
blob: e9bf1d1d9d0f734b17f5a9b21c7e3b2cd7cdc556 (plain)
1
2
3
4
5
class sshd::redhat inherits sshd::linux { 
    Package[openssh]{ 
        name => 'openssh-server', 
    } 
}