1
0
Fork 0
Whatpulse Puppet Module for Boxen
Go to file
Johan Haals ead9a6a2c3 adds travis.yml 2013-04-02 19:52:55 +02: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 fixes broken script/cibuild 2013-04-02 09:50:47 +02:00
.travis.yml adds travis.yml 2013-04-02 19:52:55 +02: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 fixes broken script/cibuild 2013-04-02 09:50:47 +02: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.