mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
ips is a list, not a string
This commit is contained in:
parent
4e382e283a
commit
dee5c3447e
@ -739,7 +739,7 @@ def ip4():
|
||||
'''
|
||||
Return a list of ipv4 addrs
|
||||
'''
|
||||
ips = ''
|
||||
ips = []
|
||||
if salt.utils.is_windows():
|
||||
# TODO: Add windows ip addrs here
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user