mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Assign ips first.
This was broken on Windows since ips was referenced in the return but was never created
This commit is contained in:
parent
f042f85e6c
commit
4e382e283a
@ -739,6 +739,7 @@ def ip4():
|
||||
'''
|
||||
Return a list of ipv4 addrs
|
||||
'''
|
||||
ips = ''
|
||||
if salt.utils.is_windows():
|
||||
# TODO: Add windows ip addrs here
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user