mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
db37efb8e5
@ -29,7 +29,7 @@ log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def __virtual__():
|
||||
if __grains__.get('os', '') == 'FreeBSD' and 'ports.install':
|
||||
if __grains__.get('os', '') == 'FreeBSD' and 'ports.install' in __salt__:
|
||||
return 'ports'
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user