b/c ricky seems to care

This commit is contained in:
Seth Vidal 2013-05-14 16:12:01 +00:00
parent 1c88ae6902
commit d28dd7ded3

View file

@ -34,12 +34,12 @@ for host in sorted(inv.get_hosts()):
unfrozen.append(host.name)
print 'freeze:'
for host in frozen:
for host in sorted(frozen):
print ' ' + host
print 'do not freeze:'
for host in unfrozen:
for host in sorted(unfrozen):
print ' ' + host