Really

A really (ha, a pun!) simple machine provisioning tool (like Chef or Puppet, but way simpler). Heavily inspired by Sprinkle.

Really is a work in progress...

...and as such, there is little documentation, except for the code itself, and the example really.rb manifest in the root of the repository.

Installation

Or install it yourself as:

$ gem install really

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request