Whatpulse Puppet Module for Boxen
242a037d43
Fixes script/cibuild |
||
---|---|---|
manifests | ||
script | ||
spec | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
README.md |
Template Puppet Module for Boxen
An example of how we write Puppet modules for Boxen. Replace this paragraph with a short explanation of what the heck makes your module useful.
A great module has a working travis build
Usage
boxen::example { 'best example ever':
salutation => 'fam'
}
Required Puppet Modules
boxen
anything-else
Development
Write code. Run script/cibuild
to test it. Check the script
directory for other useful tools.