No commit activity in last 3 years
No release in over 3 years
Create a .fixtures.yml file from a Puppetfile.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 0.8
~> 3.0.0
~> 0.10
~> 10.0
~> 3.4
~> 0.36
~> 0.8

Runtime

~> 1.7
~> 2.3.0
~> 2.1
 Project Readme

Build Status Coverage Status Gem Version Inline docs

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.