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 would be nice to have possibility to specify the checksum of the target binary instead. But none of the checksum doesn't seems to be checked when creates => ['/usr/bin/k9s'] exists.
The text was updated successfully, but these errors were encountered:
I'm trying to ensure specific version when being installed from an tar archive. However the installation is performed only when the binary is missing.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
sha256sum
doesn't match expected sumWhat behaviour did you expect instead
I'm expecting the binary to match the provided checksum
It would be nice to have possibility to specify the checksum of the target binary instead. But none of the checksum doesn't seems to be checked when
creates => ['/usr/bin/k9s']
exists.The text was updated successfully, but these errors were encountered: