puppet-generate-puppetfile icon indicating copy to clipboard operation
puppet-generate-puppetfile copied to clipboard

Versions with dashes fail to get parsed

Open bartb opened this issue 2 years ago • 3 comments
trafficstars

mod 'dsc-securitypolicydsc', '2.10.0-0-5'

This version format does not get parsed by puppet-generate-puppetfile. When I remove the -0-5 part then it does get parsed by the regex, but then the command puppet module install ... fails because it cannot find the (short) version. It needs the -0-5 part.

bartb avatar Jun 21 '23 19:06 bartb

@bartb Your fix in #81 has been merged, are you table to test that before I do a release?

rnelson0 avatar Aug 05 '23 12:08 rnelson0

Hey Rob, I don't have a Puppet setup at the moment for testing (I left the company for which I made this PR). I'll ask if one of my previous team members can do the testing.

bartb avatar Aug 05 '23 12:08 bartb

@rnelson0 I'm a (ex)college of @bartb I did build the gem from the pullrequest you merged and confirmed it worked.

wh33ly avatar Mar 05 '24 10:03 wh33ly