This commit is contained in:
Mike Place 2014-08-05 11:27:30 -06:00
parent fc06c77e57
commit 7e073b5877

View File

@ -1370,7 +1370,7 @@ def is_linux():
if 'salt-proxy-minion' in main.__file__:
is_proxy = True
except AttributeError:
pass
pass
if is_proxy:
return False
else: