b/c ricky seems to care
This commit is contained in:
parent
1c88ae6902
commit
d28dd7ded3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue