Merge "Fix wrong comments about the required parameters"

This commit is contained in:
Zuul 2020-10-28 05:17:05 +00:00 committed by Gerrit Code Review
commit ad86ee38c8
2 changed files with 16 additions and 27 deletions

View File

@ -6,32 +6,32 @@
# #
# [*kmip_plugin_username*] # [*kmip_plugin_username*]
# (optional) username for KMIP device # (optional) username for KMIP device
# Required if kmip_plugin is enabled.
# Defaults to undef # Defaults to undef
# #
# [*kmip_plugin_password*] # [*kmip_plugin_password*]
# (optional) password for KMIP device # (optional) password for KMIP device. This parameter is required
# Required if kmip_plugin is enabled. # when the kmip_plugin_username parameter is set.
# Defaults to undef # Defaults to undef
# #
# [*kmip_plugin_host*] # [*kmip_plugin_host*]
# (optional) username for KMIP device # (required) username for KMIP device
# Defaults to undef
# #
# [*kmip_plugin_port*] # [*kmip_plugin_port*]
# (optional) port for KMIP device # (required) port for KMIP device
# Defaults to undef
# #
# [*kmip_plugin_keyfile*] # [*kmip_plugin_keyfile*]
# (optional) key file for KMIP device # (optional) key file for KMIP device. This parameter is required when
# the kmip_plugin_username parameter is not set.
# Defaults to undef # Defaults to undef
# #
# [*kmip_plugin_certfile*] # [*kmip_plugin_certfile*]
# (optional) cert file for KMIP device # (optional) cert file for KMIP device. This parameter is required when
# the kmip_plugin_username parameter is not set.
# Defaults to undef # Defaults to undef
# #
# [*kmip_plugin_ca_certs*] # [*kmip_plugin_ca_certs*]
# (optional) ca certs file for KMIP device # (optional) ca certs file for KMIP device. This parameter is required when
# the kmip_plugin_username parameter is not set.
# Defaults to undef # Defaults to undef
# #
# [*global_default*] # [*global_default*]

View File

@ -5,33 +5,22 @@
# === Parameters # === Parameters
# #
# [*p11_crypto_plugin_library_path*] # [*p11_crypto_plugin_library_path*]
# (optional) Path to vendor PKCS11 library # (required) Path to vendor PKCS11 library
# Defaults to $::os_service_default
# #
# [*p11_crypto_plugin_login*] # [*p11_crypto_plugin_login*]
# (optional) Password to login to PKCS11 session # (required) Password to login to PKCS11 session
# Required if p11_crypto_plugin is enabled.
# Defaults to undef
# #
# [*p11_crypto_plugin_mkek_label*] # [*p11_crypto_plugin_mkek_label*]
# (optional) Label to identify master KEK in the HSM # (required) Label to identify master KEK in the HSM
# Required if p11_crypto_plugin is enabled.
# Defaults to undef
# #
# [*p11_crypto_plugin_mkek_length*] # [*p11_crypto_plugin_mkek_length*]
# (optional) Length in bytes of master KEK # (required) Length in bytes of master KEK
# Required if p11_crypto_plugin is enabled.
# Defaults to undef
# #
# [*p11_crypto_plugin_hmac_label*] # [*p11_crypto_plugin_hmac_label*]
# (optional) Label to identify master KEK in the HSM # (required) Label to identify master KEK in the HSM
# Required if p11_crypto_plugin is enabled.
# Defaults to undef
# #
# [*p11_crypto_plugin_slot_id*] # [*p11_crypto_plugin_slot_id*]
# (optional) HSM Slot id # (required) HSM Slot id
# Required if p11_crypto_plugin is enabled.
# Defaults to undef
# #
# [*p11_crypto_plugin_encryption_mechanism*] # [*p11_crypto_plugin_encryption_mechanism*]
# (optional) PKCS#11 Mechanism used for encryption # (optional) PKCS#11 Mechanism used for encryption