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.
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
The gem can be consumed as either a CLI tool or as a library.
$ puppetfile_fixtures_generator --help
See documentation: http://www.rubydoc.info/gems/puppetfile_fixtures_generator/
After checking out the repo, run bundle install
to install
dependencies. Then, run bundle exec rake
to run the tests.
Bug reports and pull requests are welcome on GitHub at https://github.com/Ensighten/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.
The gem is available as open source under the terms of the MIT License.