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

Detect renamed/expired forge modules when possible. #31

Closed rnelson0 closed 8 years ago

rnelson0 commented 8 years ago

It is somewhat common to bump the version of a module to 999.999.99 when a module has been moved to a different name or namespace (for example). The user should be alerted to any modules that return a version of 999.999.999.

rnelson0 commented 8 years ago

Working on this in branch versionmax by looking for forge modules with version strings that match the regex /999/.

rnelson0 commented 8 years ago

Fixed in #38