module-sshd/manifests/redhat.pp

6 lines
110 B
ObjectPascal
Raw Normal View History

2009-09-29 19:53:04 +02:00
class sshd::redhat inherits sshd::linux {
Package[openssh]{
name => 'openssh-server',
}
}