5 wiersze
96 B
Puppet
5 wiersze
96 B
Puppet
class sshd::gentoo inherits sshd::linux {
|
|
Package[openssh]{
|
|
category => 'net-misc',
|
|
}
|
|
}
|