voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
Apache License 2.0
142 stars 45 forks source link

Added protective code for errors parsing with versionomy #325

Closed the-yorkshire-allen closed 1 year ago

the-yorkshire-allen commented 1 year ago

Modules with patch versions of two depth e.g. -n-n fail when parsing under versionomy.

This update is to add protective code and output and error table of modules that failed to parse correctly.

Testing can be achieved by adding the following to the Puppetfile:

mod 'dsc-networkingdsc', '8.1.0-0-1' mod 'dsc-computermanagementdsc', '8.4.0-0-2'

dylanratcliffe commented 1 year ago

Closing in favour of https://github.com/dylanratcliffe/onceover/pull/328