rnelson0 / puppet-generate-puppetfile

Generate or update a Puppetfile for use with r10k or librarian-puppet. Optionally, create a fixtures file for rspec-puppet.
92 stars 22 forks source link

(GH29) Add support for 'mirroring' a Puppetfile into a .fixtures.yaml file #36

Closed rnelson0 closed 8 years ago

rnelson0 commented 8 years ago

Store module data in the instance var @module_data. Generate Puppetfile and .fixtures.yml from @module_data contents.

Fixes #29