You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: n/a
Ruby: n/a
Distribution: n/a
Module version: 4.1.0
r10k version: 3.5.2
How to reproduce (e.g Puppet code you use)
We're using r10k to fetch modules from the forge. With the current 4.1.0 release our r10k fails to checkout puppetlabs-mongodb when setting the target tag to 4.1.0.
At the same time, when checking out the repository directly from github (see bottom), everything works as expected.
Is it possible, that something went wrong with the publishing in the forge?
Cheers & Thanks in advance
Thomas
What are you seeing
ERROR -> Failed to evaluate /etc/puppetlabs/code/environments/pre_development/Puppetfile
Original exception:
Invalid 'version' field in metadata.json: version string cannot be parsed as a valid Semantic Version
ERROR -> Failed to evaluate /etc/puppetlabs/code/environments/pre_development/Puppetfile
Original exception:
Invalid 'version' field in metadata.json: version string cannot be parsed as a valid Semantic Version
What behaviour did you expect instead
A normal checkout of the corresponding tag.
Output log
see above
Any additional information you'd like to impart
corresponding line in Puppetfile, that is not working
mod 'puppet-mongodb', '4.1.0'
corresponding line in Puppetfile, that is working
mod 'puppet-mongodb', :git => 'https://github.com/voxpupuli/puppet-mongodb', :tag => 'v4.1.0'
The text was updated successfully, but these errors were encountered:
rwaffen
added a commit
to rwaffen/pupin-control
that referenced
this issue
Nov 8, 2021
Affected Puppet, Ruby, OS and module versions/distributions
4.1.0
3.5.2
How to reproduce (e.g Puppet code you use)
We're using
r10k
to fetch modules from the forge. With the current 4.1.0 release ourr10k
fails to checkout puppetlabs-mongodb when setting the target tag to4.1.0
.At the same time, when checking out the repository directly from github (see bottom), everything works as expected.
Is it possible, that something went wrong with the publishing in the forge?
Cheers & Thanks in advance
Thomas
What are you seeing
What behaviour did you expect instead
A normal checkout of the corresponding tag.
Output log
see above
Any additional information you'd like to impart
corresponding line in Puppetfile, that is not working
corresponding line in Puppetfile, that is working
The text was updated successfully, but these errors were encountered: