2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Do not include advanced in comparedefault by default

Advanced settings may do unusual things, only check if explicitly
requested to do so.
This commit is contained in:
Jarrod Johnson 2018-08-30 09:58:15 -04:00
parent 118d1aec0d
commit 46d62e67de

View File

@ -231,7 +231,7 @@ else:
if printsys or options.exclude:
if printsys == 'all':
printsys = []
if printsys == [] and not options.advanced:
if (options.comparedefault or printsys == []) and not options.advanced:
path = '/noderange/{0}/configuration/system/all'.format(noderange)
else:
path = '/noderange/{0}/configuration/system/advanced'.format(