From 46d62e67de82389e8c16e2217cfc0ae239d225a4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 30 Aug 2018 09:58:15 -0400 Subject: [PATCH] Do not include advanced in comparedefault by default Advanced settings may do unusual things, only check if explicitly requested to do so. --- confluent_client/bin/nodeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodeconfig b/confluent_client/bin/nodeconfig index c35042b4..e81f9d95 100755 --- a/confluent_client/bin/nodeconfig +++ b/confluent_client/bin/nodeconfig @@ -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(