Changeset 10897 in genesis


Ignore:
Timestamp:
May 18, 2012, 7:48:17 PM (13 years ago)
Author:
richardvm
Message:

onnodige code weggelaten

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/yaml2nag-nano.py

    r10896 r10897  
    5858          continue
    5959
    60       # ileiden groups
    61       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" % datadump
    72 
    73 
    74 
Note: See TracChangeset for help on using the changeset viewer.