module-sshd/manifests/gentoo.pp

6 lines
96 B
ObjectPascal
Raw Normal View History

2009-09-29 19:53:04 +02:00
class sshd::gentoo inherits sshd::linux {
Package[openssh]{
category => 'net-misc',
}
2009-09-29 19:53:04 +02:00
}