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

Add option to just generate a .fixtures file and not update the versions in the Modulefile #37

Closed alexjfisher closed 7 years ago

alexjfisher commented 8 years ago

https://github.com/rnelson0/puppet-generate-puppetfile/pull/36 looks great!

But... it'd be nice if it were possible to generate the .fixtures file without updating all the versions in the Puppetfile first.

Maybe this could be configurable, or even interactive (yes/no) style to each update being proposed.