puppet-generate-puppetfile
puppet-generate-puppetfile copied to clipboard
Versions with dashes fail to get parsed
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 Your fix in #81 has been merged, are you table to test that before I do a release?
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.
@rnelson0 I'm a (ex)college of @bartb I did build the gem from the pullrequest you merged and confirmed it worked.