Skip to content

Commit

Permalink
Add ping to amazonlinux 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jan 4, 2025
1 parent 296a9a0 commit fac0319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ include:
- pkgs.openssl-dev
- pkgs.patch
- pkgs.procps
- pkgs.ping
- pkgs.python3
- pkgs.python3-pip
- pkgs.rng-tools
Expand Down
2 changes: 2 additions & 0 deletions custom/testing/golden-state-tree/pkgs/ping.sls
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{%- if grains['os_family'] in ('Debian',) %}
{%- set pkg = "inetutils-ping" %}
{%- if grains['os_family'] in ('Redhat',) %}
{%- set pkg = "iputils" %}
{%- else %}
{%- set pkg = "ping" %}
{%- endif %}
Expand Down

0 comments on commit fac0319

Please sign in to comment.