Skip to content

Commit

Permalink
Use iproute2 name for photon
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 23, 2024
1 parent 819136c commit 18ec3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/testing/golden-state-tree/pkgs/iproute2.sls
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- if grains['os_family'] in ('RedHat') or grains['os'] == 'VMware Photon OS' %}
{%- if grains['os_family'] in ('RedHat',) and grains['os'] != 'VMware Photon OS' %}
{%- set pkg = "iproute" %}
{%- else %}
{%- set pkg = "iproute2" %}
Expand Down

0 comments on commit 18ec3fa

Please sign in to comment.