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
/
redhat.pp
blob: e9bf1d1d9d0f734b17f5a9b21c7e3b2cd7cdc556 (
plain
)
1
2
3
4
5
class
sshd
::
redhat
inherits
sshd
::
linux
{
Package
[
openssh
]{
name
=>
'openssh-server'
,
}
}