tpetr / puppet-ssh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ssh Puppet Module for Boxen

This module automates generating and uploading ssh keys to github.

Usage

ssh::key { 'tpetr':
	
}

## Required Puppet Modules

* `boxen`

## Development

Set `GITHUB_API_TOKEN` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.

Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.

About

License:MIT License


Languages

Language:Puppet 45.4%Language:Shell 32.6%Language:Ruby 21.9%