fuel-library/deployment/puppet/ssh
vic 977c0d331b Ignore metadata.json 2013-01-11 14:09:25 +04:00
..
files Initial commit 2012-09-07 17:38:58 -07:00
manifests Fix invalid tag for exported resources 2013-01-11 11:24:05 +04:00
spec Initial commit 2012-09-07 17:38:58 -07:00
tests Initial commit 2012-09-07 17:38:58 -07:00
.gitignore Ignore metadata.json 2013-01-11 14:09:25 +04:00
.project Add project files 2013-01-10 18:37:05 +04:00
LICENSE Initial commit 2012-09-07 17:38:58 -07:00
Modulefile Initial commit 2012-09-07 17:38:58 -07:00
README.markdown Initial commit 2012-09-07 17:38:58 -07:00

README.markdown

SSH Client and Server Puppet Module

Manage SSH client and server via Puppet

Client only

Collected host keys from servers will be written to known_hosts

    include ssh::client

Server only

Host keys will be collected for client distribution

    include ssh::server

Both client and server

Host keys will be collected and distributed

    include ssh