1
0
Fork 0
Whatpulse Puppet Module for Boxen
Find a file
Will Farrington 242a037d43 Merge pull request #6 from JHaals/master
Fixes script/cibuild
2013-04-05 08:28:57 -07:00
manifests Use anchor instead of notify 2013-04-04 09:23:00 +02:00
script Simplify execution, just use bundle exec 2013-02-13 11:10:10 -08:00
spec Use anchor instead of notify 2013-04-04 09:23:00 +02: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 travis build png and some text about travis 2013-04-05 16:44:20 +02:00

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

Build Status

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.