mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't check for failovermethod on photon
This commit is contained in:
parent
0de00506bd
commit
6e289e74da
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ def rpm(
|
|||
else:
|
||||
distro_name = distro.capitalize()
|
||||
|
||||
if int(distro_version) < 8:
|
||||
if distro != "photon" and int(distro_version) < 8:
|
||||
failovermethod = "\n failovermethod=priority"
|
||||
else:
|
||||
failovermethod = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue