PuppetfileFixturesGenerator
This gem was born out of frustration duplicating entries in a
.fixtures.yml
and a Puppetfile
. It writes a YAML file conforming
to
puppetlabs_spec_helper's
fixtures file format based off a provided
Puppetfile.
Installation
Add this line to your application's Gemfile:
gem 'puppetfile_fixtures_generator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install puppetfile_fixtures_generator
Usage
The gem can be consumed as either a CLI tool or as a library.
CLI Tool
$ puppetfile_fixtures_generator --help
Library
See documentation: http://www.rubydoc.info/gems/puppetfile_fixtures_generator/
Development
After checking out the repo, run bundle install
to install
dependencies. Then, run bundle exec rake
to run the tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/thejandroman/puppetfile_fixtures_generator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.