saltstack-formulas / vault-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
15 stars 59 forks source link

feat: allow install_from_repo #59

Open ze42 opened 2 years ago

ze42 commented 2 years ago

Vault debian repo added as an option

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Related to https://github.com/saltstack-formulas/vault-formula/issues/53

Describe the changes you're proposing

Support install from (hashicorp) repo - with proper defaults for Debian

Pillar / config required to test the proposed changes

vault:
  install_from_repo: True
  version: none  # Or any valid recent version, or latest to force latest version upgrade

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

ze42 commented 2 years ago

Any hint on how to write specific tests for those?

dafyddj commented 2 years ago

Hi, thanks for your contribution. Let me take a couple of days to take a look at this.

ze42 commented 2 years ago

@dafyddj had you any time in the last months?

dafyddj commented 1 year ago

Hi, sorry for the long delay. Can you rebase this PR and push to re-run the tests?

mdschmitt commented 1 year ago

Is there a status update on this?