Changeset 10897 in genesis
- Timestamp:
- May 18, 2012, 7:48:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/yaml2nag-nano.py
r10896 r10897 58 58 continue 59 59 60 # ileiden groups61 if datadump['ileiden']:62 hostgroups.append('nodes-ileiden')63 64 # print_host(datadump, hostgroups)65 elif datadump['nodetype'] == 'Proxy':66 datadump['use'] = 'host-proxy'67 hostgroups.append('proxies')68 69 # print_host(datadump, hostgroups)70 else:71 print "# ERROR: nodetype %(nodetype)s for %(autogen_realname)s not defined" % datadump72 73 74
Note:
See TracChangeset
for help on using the changeset viewer.