Fix outdated defaults described in parameter description

fernet_keys and credential_keys now default to undef, instead of false.

Change-Id: I4456a662c4f9e8224a94ed59103e430117ee2781
This commit is contained in:
Takashi Kajinami 2024-05-03 10:22:19 +09:00
parent 4063447941
commit 3765d2a94a
1 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@
# Puppet will create a file per key in $fernet_key_repository.
# Note: defaults to false so keystone-manage fernet_setup will be executed.
# Otherwise Puppet will manage keys with File resource.
# Defaults to false
# Defaults to undef
#
# [*fernet_replace_keys*]
# (Optional) Whether or not to replace the fernet keys if they are already in
@ -281,7 +281,7 @@
# Puppet will create a file per key in $credential_key_repository.
# Note: defaults to false so keystone-manage credential_setup will be executed.
# Otherwise Puppet will manage keys with File resource.
# Defaults to false
# Defaults to undef
#
# [*default_domain*]
# (Optional) When Keystone v3 support is enabled, v2 clients will need