Changeset 13277 in genesis
- Timestamp:
- Jun 13, 2015, 7:36:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13276 r13277 1875 1875 hostgroups srv_hybrid,%(monitoring_group)s\ 1876 1876 ''' % datadump 1877 if len(parents[datadump['autogen_fqdn']]) > 0:1877 if (len(parents[datadump['autogen_fqdn']]) > 0) and parents[datadump['autogen_fqdn']][0] != 'root': 1878 1878 print '''\ 1879 1879 parents %(parents)s\
Note:
See TracChangeset
for help on using the changeset viewer.