redhat.pp 106 B

12345
  1. class sshd::redhat inherits sshd::linux {
  2. Package[openssh]{
  3. name => 'openssh-server',
  4. }
  5. }