This commit is contained in:
rallytime 2017-12-13 14:06:11 -05:00
parent 9db4179462
commit a0d2dd2069
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

View File

@ -29,9 +29,6 @@ import salt.ext.six as six
log = logging.getLogger(__name__)
# Globals
core.__salt__ = {}
core.__opts__ = {}
IPv4Address = salt.ext.ipaddress.IPv4Address
IPv6Address = salt.ext.ipaddress.IPv6Address
IP4_LOCAL = '127.0.0.1'