From ebc1224ee186f6fda5f617b924e004c4c0939817 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Jul 2024 01:49:44 +0900 Subject: [PATCH] proxy: Adjust parameter description Change description order to make it consistent with actual parameter definition order. Also adjust the format and fix the wrong default value described. Change-Id: Ib3ce1f0b2b83627a39daa6bd46c7ecf2002f713f --- manifests/proxy.pp | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/manifests/proxy.pp b/manifests/proxy.pp index 22b4d2c7..0df6280d 100644 --- a/manifests/proxy.pp +++ b/manifests/proxy.pp @@ -59,9 +59,14 @@ # Defaults to 'LOG_LOCAL2'. # # [*log_handoffs*] -# (optional) If True, the proxy will log whenever it has to failover to a handoff node +# (optional) If True, the proxy will log whenever it has to failover to +# a handoff node # Defaults to $facts['os_service_default']. # +# [*log_name*] +# (optional) Configures log_name for swift proxy-server. +# Defaults to proxy-server +# # [*object_chunk_size*] # (optional) Chunk size to read from object servers. # Defaults to $facts['os_service_default']. @@ -71,12 +76,14 @@ # Defaults to $facts['os_service_default']. # # [*max_containers_per_account*] -# (optional) If set to a positive value, will limit container number per account. -# Default to 0. +# (optional) If set to a positive value, will limit container number per +# account. +# Defaults to $facts['os_service_default']. # # [*max_containers_whitelist*] -# (optional) This is a comma separated list of account hashes that ignore the max_containers_per_account cap. -# Default to $facts['os_service_default']. +# (optional) This is a comma separated list of account hashes that ignore +# the max_containers_per_account cap. +# Default to $facts['os_service_default']. # # [*sorting_method*] # (optional) Method to chose storage nodes during GET and HEAD requests. @@ -142,10 +149,6 @@ # (optional) Ensure state of the swift proxy package. # Defaults to present. # -# [*log_name*] -# Configures log_name for swift proxy-server. -# Optional. Defaults to proxy-server -# # [*cors_allow_origin*] # (optional) Origins to be allowed to make Cross Origin Requests. # A comma separated list of full url (http://foo.bar:1234,https://foo.bar)