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