This gem is part of the Deployment and Orchestration for Puppet or DOP for short. dop_common is a library for the parsing and validation of DOP plan files.
Add this line to your application's Gemfile:
gem 'dop_common'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dop_common
TODO: Write usage instructions here
To run the tests for your current machine run:
$ bundle install
$ bundle exec rake
To run the tests on all the supportet platform you will need a vagrant installation with virtualbox.
$ bundle install
$ bundle exec rake vagrant:spec
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request