2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-13 09:28:20 +00:00

Fix validvalues typo

valid_values is never checked and is a typo. Use validvalues instead.

Note: This can break existing scripts if invalid values are used.
This commit is contained in:
Markus Hilger
2026-06-30 04:21:16 +02:00
parent 99405aa6c4
commit ecaa75d967
@@ -610,7 +610,7 @@ node = {
},
'snmp.privacyprotocol': {
'description': 'The privacy protocol to use for SNMPv3',
'valid_values': ('aes', 'des'),
'validvalues': ('aes', 'des'),
},
# 'secret.snmplocalizedkey': {
# 'description': ("SNMPv3 key localized to this node's SNMP Engine id"
@@ -657,7 +657,7 @@ node = {
'Note that if the trusted CA verifies the certificate,'
' that is accepted ignoring this policy. Default '
'policy is "automatic"'),
'valid_values': ('automatic', 'manual'),
'validvalues': ('automatic', 'manual'),
},
'pubkeys.tls_hardwaremanager': {
'description': ('Fingerprint of the TLS certificate recognized as'