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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user