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

accept 'forge' style module name as an argument #49

Closed vchepkov closed 7 years ago

vchepkov commented 7 years ago

Modules on puppet forge generally has the following instruction

puppet module install puppetlabs-ntp --version 6.0.0

It would be convenient if generate-pupptfile would accept module name as listed, currently it does not:

 $ generate-puppetfile puppetlabs-ntp
'puppetlabs-ntp' is not a valid module name. Skipping.