module-sshd/manifests/gentoo.pp

5 行
96 B
Puppet

class sshd::gentoo inherits sshd::linux {
Package[openssh]{
category => 'net-misc',
}
}