puppet-generate-puppetfile
puppet-generate-puppetfile copied to clipboard
Use dash as separator
trafficstars
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'
This has been resolved in the latest commit
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!