https://github.com/michaelfarrow/puppet-ssh_config
https://github.com/michaelfarrow/puppet-ssh_config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelfarrow/puppet-ssh_config
- Owner: michaelfarrow
- Created: 2015-04-12T22:13:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T15:59:26.000Z (about 11 years ago)
- Last Synced: 2024-04-17T04:35:34.783Z (about 2 years ago)
- Language: Puppet
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppet SSH Config Module
```ruby
mod "puppetlabs/stdlib", "4.5.1"
# dep: puppetlabs/stdlib
mod "puppetlabs/concat", "1.2.0"
# dep: puppetlabs/stdlib
# dep: puppetlabs/concat
mod "saz/ssh", "2.5.0"
# dep: puppetlabs/stdlib
# dep: saz/ssh
mod "weyforth/ssh_config",
git: "https://github.com/weyforth/puppet-ssh_config.git",
ref: "master"
```