index
:
puppet-sshd
develop
feature/ecdsa
master
production
Puppet module for sshd
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
gentoo.pp
blob: f56a96d482be9434a71974ff6f67e93acab34613 (
plain
)
1
2
3
4
5
class
sshd
::
gentoo
inherits
sshd
::
linux
{
Package
[
openssh
]{
category
=>
'net-misc'
,
}
}