Skip to content

Commit

Permalink
Remove docker from amazon 2 and debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jan 5, 2025
1 parent b2942be commit 310cd25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom/testing/golden-state-tree/os/amazon/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ include:
{#- OS Specific packages install #}
- .epel-release
{%- if grains['osarch'] not in ('amd64', 'armhf', 'arm64') %}
- .docker
{#- - .docker #}
{%- endif %}
2 changes: 2 additions & 0 deletions custom/testing/golden-state-tree/os/debian/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ include:
- pkgs.curl
- pkgs.dmidecode
- pkgs.dnsutils
{%- if grains['osrelease'] == '11' %}
- pkgs.docker
{%- endif %}
- pkgs.file
- pkgs.gcc
- pkgs.gpg
Expand Down

0 comments on commit 310cd25

Please sign in to comment.