Bump README
This commit is contained in:
parent
46060aee03
commit
cf85b79d39
1 changed files with 19 additions and 2 deletions
21
README.md
21
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue