mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00: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"
|
||||
if "centos" in name:
|
||||
name = "redhat"
|
||||
if "photon" in name:
|
||||
name = "photon"
|
||||
if name == "windows":
|
||||
prefixes = {
|
||||
"classic": "windows/",
|
||||
|
|
Loading…
Add table
Reference in a new issue