Merge pull request #4406 from dominis/devel

cobbler inventory bugfix
pull/4409/head
Michael DeHaan 11 years ago
commit 50ea8cd094

@ -96,6 +96,10 @@ if len(sys.argv) == 2 and (sys.argv[1] == '--list'):
# first DNS name but no further DNS names
groups[cls].append(dns_name)
# handle hosts without mgmt_classes
if not classes:
groups['ungrouped'].append(dns_name)
print json.dumps(groups)
sys.exit(0)

Loading…
Cancel
Save