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

Error check module downloads #12

Closed rnelson0 closed 8 years ago

rnelson0 commented 8 years ago

Currently, the name of a module is checked for valid characters, but the results of puppet module install $module is not verified. This could result in a valid but non-existent module name and no visible error to the user.