mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixing merge conflict
This commit is contained in:
parent
84ed5b7863
commit
5157c2c93b
@ -57,7 +57,7 @@ def __virtual__():
|
||||
if __grains__['os'] == 'Fedora':
|
||||
if int(__grains__.get('osrelease', 0).split('.')[0]) > 15:
|
||||
return False
|
||||
if __grains__['os'] in ('RedHat','CentOS','ScientificLinux'):
|
||||
if __grains__['os'] in ('RedHat', 'CentOS', 'ScientificLinux'):
|
||||
if int(__grains__.get('osrelease', 0).split('.')[0]) >= 7:
|
||||
return False
|
||||
return __virtualname__
|
||||
|
Loading…
Reference in New Issue
Block a user