Skip to content

Commit

Permalink
Install vault from hashicorp on rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 31, 2024
1 parent cb7d1b3 commit be3235a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom/testing/golden-state-tree/os/amazon/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include:
- pkgs.curl
- pkgs.dmidecode
- pkgs.dnsutils
- pkgs.docker
- pkgs.gcc
- pkgs.gpg
- pkgs.libcurl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include:
- pkgs.curl
- pkgs.dmidecode
- pkgs.dnsutils
- pkgs.docker
- pkgs.gcc
- pkgs.gpg
- pkgs.iproute2
Expand Down
1 change: 1 addition & 0 deletions custom/testing/golden-state-tree/os/photon/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include:
- pkgs.curl
- pkgs.dmidecode
- pkgs.dnsutils
- pkgs.docker
- pkgs.gcc
- pkgs.git
- pkgs.gpg
Expand Down
2 changes: 1 addition & 1 deletion custom/testing/golden-state-tree/pkgs/vault.sls
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vault-repo:
- name: |
dnf -y install dnf-plugins-core
dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
{%- elif grains['os'] in ('Amazon', 'Rocky') %}
{%- elif grains['os'] in ('Amazon') %}
{#- Amazon must be addressed first because of the os_family logical check below #}
- name: |
yum install -y yum-utils
Expand Down

0 comments on commit be3235a

Please sign in to comment.