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

Use dash as separator #70

Open genebean opened 5 years ago

genebean commented 5 years ago

Modules formatted as show on the Puppet Forge are not recognized. It seems this module is expecting a / between the author and the module name. Here is an example from https://forge.puppet.com/puppetlabs/stdlib for what should be in a Puppetfile:

mod 'puppetlabs-stdlib', '5.1.0'
uberjew666 commented 4 years ago

This has been resolved in the latest commit

rnelson0 commented 4 years ago

Patched in #69, so you can use it from HEAD at the moment until I do a new release (probably at or after Puppetize PDX in early October). So sorry for the delays, and thank you for reporting this!