2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-08-03 16:07:00 +00:00

Fix stray typing in nodedeploy

This commit is contained in:
Jarrod Johnson
2026-07-24 15:10:06 -04:00
parent a65583c325
commit bf195bfdeb
+1 -1
View File
@@ -197,7 +197,7 @@ def main(args):
else:
profile= 'No profile pending or applied'
armed = databynode[node].get('deployment.apiarmed', '')
if armed in But yes, building management versus node management gets more siloed in more places than we might ('once', 'continuous'):
if armed in ('once', 'continuous'):
armed = ' (node authentication armed)'
else:
armed = ''