mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #46072 from rallytime/bp-46056
Back-port #46056 to oxygen.rc1
This commit is contained in:
commit
f09db38f63
@ -30,7 +30,7 @@ def __virtual__():
|
||||
Only work on Mac OS
|
||||
'''
|
||||
if salt.utils.platform.is_darwin() \
|
||||
and _LooseVersion(__grains__['osrelease']) >= '10.9':
|
||||
and _LooseVersion(__grains__['osrelease']) >= _LooseVersion('10.9'):
|
||||
return True
|
||||
return (
|
||||
False,
|
||||
|
Loading…
Reference in New Issue
Block a user