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
It seems that the value of metadata.json in the checksums.json file on the puppetforge is wrong which causes 'puppet module' command to complain that there are local edits when there are not.
The text was updated successfully, but these errors were encountered:
And then extract it and examine checksums.json:
"metadata.json": "6915ffd1a43d9815726ed6a44e5c5d6f",
But if I compute the md5 of that file it is actually "79a9a3cf7f601e23a7625259e5c73201"
Maybe in your testing, you simply downloaded the package from the forge but didn't try to upgrade it (it seems that puppet only checks the checksums on upgrade... it might be a good idea for them to validate on install as well to detect these broken packages but that's an upstream issue).
It seems that the value of metadata.json in the checksums.json file on the puppetforge is wrong which causes 'puppet module' command to complain that there are local edits when there are not.
The text was updated successfully, but these errors were encountered: