Closed in0rdr closed 1 year ago
So seems like the original version works fine if I install from the OS repo with slightly changed variables:
vault_version: 'enterprise-1.11.2+ent'
vault_install_hashi_repo: true
The shasum check works fine when installing from the repo.
I will close this PR and go with that version (OS/repo package).
Extracting the shasum fails on my machine:
Maybe it has to do with the fact that
vault_pkg
contains dots (.
) which could mess up the regex? Not sure though.In any case, testing for OS and arch should be sufficient, because the shasum file only contains hash sums for the same Vault version?
What do you think @gardar?