module-sshd/manifests/redhat.pp

5 lines
110 B
Puppet

class sshd::redhat inherits sshd::linux {
Package[openssh]{
name => 'openssh-server',
}
}