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
/
libssh2.pp
blob: 5b4e363cd9116d8be3db0eb1e4b9b6b72752a083 (
plain
)
1
2
3
4
5
6
7
# manifests/libssh2.pp
class
sshd
::
libssh2
{
package
{
'libssh2'
:
ensure
=>
present
,
}
}