mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Search in the right photon paths
This commit is contained in:
parent
d157068714
commit
70ad2a4e4e
1 changed files with 2 additions and 0 deletions
|
@ -801,6 +801,8 @@ def pkg_matrix(
|
||||||
name = "amazon"
|
name = "amazon"
|
||||||
if "centos" in name:
|
if "centos" in name:
|
||||||
name = "redhat"
|
name = "redhat"
|
||||||
|
if "photon" in name:
|
||||||
|
name = "photon"
|
||||||
if name == "windows":
|
if name == "windows":
|
||||||
prefixes = {
|
prefixes = {
|
||||||
"classic": "windows/",
|
"classic": "windows/",
|
||||||
|
|
Loading…
Add table
Reference in a new issue