ips is a list, not a string

This commit is contained in:
David Boucha 2013-03-21 10:33:01 -06:00
parent 4e382e283a
commit dee5c3447e

View File

@ -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