mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix syntax
This commit is contained in:
parent
6ecdbcec1d
commit
a3da86eea8
@ -180,7 +180,7 @@ def _check_versionlock():
|
||||
Ensure that the appropriate versionlock plugin is present
|
||||
'''
|
||||
if _yum() == 'dnf':
|
||||
elif int(__grains__.get('osmajorrelease')) >= 26:
|
||||
if int(__grains__.get('osmajorrelease')) >= 26:
|
||||
if six.PY3:
|
||||
vl_plugin = 'python3-dnf-plugin-versionlock'
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user