mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2015.8' into '2016.3'
No conflicts.
This commit is contained in:
commit
2066f10d7b
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ def _get_yum_config():
|
|||
# fall back to parsing the config ourselves
|
||||
# Look for the config the same order yum does
|
||||
fn = None
|
||||
paths = ('/etc/yum/yum.conf', '/etc/yum.conf')
|
||||
paths = ('/etc/yum/yum.conf', '/etc/yum.conf', '/etc/dnf/dnf.conf')
|
||||
for path in paths:
|
||||
if os.path.exists(path):
|
||||
fn = path
|
||||
|
|
Loading…
Add table
Reference in a new issue