1
0
Fork 0

Bump README

This commit is contained in:
John Barnette 2013-02-13 12:02:52 -08:00
parent 46060aee03
commit cf85b79d39
1 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,23 @@
# Puppet Template for Boxen
An example of how we write Puppet modules for Boxen. Replace this
paragraph with a short explanation of what the heck makes this module
useful.
## Usage
```puppet
boxen::example { 'best example ever':
salutation => 'fam'
}
```
## Required Puppet Modules
* `boxen`
* `anything-else`
## Development
Write code. Run `script/cibuild` to make sure everything's cool. Check
the `script` directory for other useful tools.
Write code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.