mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update package name in tests for amazon linux 2023
This commit is contained in:
parent
a199b5b454
commit
fe368f4166
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@ def PKG_TARGETS(grains):
|
|||
if grains["os"] == "Windows":
|
||||
_PKG_TARGETS = ["vlc", "putty"]
|
||||
elif grains["os"] == "Amazon":
|
||||
_PKG_TARGETS = ["lynx", "gnuplot"]
|
||||
if grains["osfinger"] == "Amazon Linux-2023":
|
||||
_PKG_TARGETS = ["lynx", "gnuplot-minimal"]
|
||||
else:
|
||||
_PKG_TARGETS = ["lynx", "gnuplot"]
|
||||
elif grains["os_family"] == "RedHat":
|
||||
if grains["os"] == "VMware Photon OS":
|
||||
if grains["osmajorrelease"] >= 5:
|
||||
|
|
Loading…
Add table
Reference in a new issue