1
0
Fork 0
Whatpulse Puppet Module for Boxen
Go to file
Will Farrington c69c02bab3 cardboard 1.0 2013-02-13 20:16:51 -08:00
script Simplify execution, just use `bundle exec` 2013-02-13 11:10:10 -08:00
spec Add spec support 2013-02-13 10:56:52 -08:00
.gitignore Ignore .ruby-version 2013-02-13 10:42:33 -08:00
CONTRIBUTING.md I hate widows 2013-02-13 12:05:42 -08:00
Gemfile cardboard 1.0 2013-02-13 20:16:51 -08:00
Gemfile.lock cardboard 1.0 2013-02-13 20:16:51 -08:00
LICENSE Bump dat copyright date 2013-02-13 10:44:03 -08:00
README.md Tweak README again 2013-02-13 12:04:20 -08:00

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.

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.