From 132e40cdcbb0489bbf8044d5c698e2746ed843dd Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 21 Nov 2022 10:18:58 -0500 Subject: [PATCH] Fix syntax mistak in attribute update --- confluent_server/confluent/config/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 24f343dc..be5c5dcc 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -112,7 +112,7 @@ node = { }, 'trusted.subnets': { 'description': 'Remote subnets in CIDR notation that should be considered as trusted as local networks' - } + }, 'deployment.encryptboot': { 'description': ('Specify a strategy for encrypting the volume. Support ' 'for this setting is currently only enabled for '