Fix typos in parameter descriptions

Change-Id: I145c1230a44e352d180a0286865ee1e81ef00c7d
This commit is contained in:
Rajesh Tailor 2022-06-17 22:38:50 +05:30
parent 788fdf2bc2
commit 1a1b899275
4 changed files with 6 additions and 6 deletions

View File

@ -89,7 +89,7 @@
# Default: $::os_service_default # Default: $::os_service_default
# #
# [*admin_user*] # [*admin_user*]
# Admin user to access specific cloud resourses. # Admin user to access specific cloud resources.
# Default: $::os_service_default # Default: $::os_service_default
# #
# [*admin_password*] # [*admin_password*]

View File

@ -108,7 +108,7 @@
# Defaults to true # Defaults to true
# #
# [*tls_enabled*] # [*tls_enabled*]
# (Optional) Global toggle for TLS usage when comunicating with # (Optional) Global toggle for TLS usage when communicating with
# the caching servers. # the caching servers.
# Default to $::os_service_default # Default to $::os_service_default
# #
@ -128,7 +128,7 @@
# #
# [*tls_keyfile*] # [*tls_keyfile*]
# (Optional) Path to a single file containing the client's private # (Optional) Path to a single file containing the client's private
# key in. Otherwhise the private key will be taken from the file # key in. Otherwise the private key will be taken from the file
# specified in tls_certfile. If tls_enabled is False, this option # specified in tls_certfile. If tls_enabled is False, this option
# is ignored. # is ignored.
# Default to $::os_service_default # Default to $::os_service_default
@ -144,7 +144,7 @@
# (Optional) Enable retry client mechanisms to handle failure. # (Optional) Enable retry client mechanisms to handle failure.
# Those mechanisms can be used to wrap all kind of pymemcache # Those mechanisms can be used to wrap all kind of pymemcache
# clients. The wrapper allows you to define how many attempts # clients. The wrapper allows you to define how many attempts
# to make and how long to wait between attemots. # to make and how long to wait between attempts.
# Default to $::os_service_default # Default to $::os_service_default
# #
# [*retry_attempts*] # [*retry_attempts*]

View File

@ -60,7 +60,7 @@
# Defaults to the value of 'ec2api Service'. # Defaults to the value of 'ec2api Service'.
# #
# [*public_url*] # [*public_url*]
# (0ptional) The endpoint's public url. # (Optional) The endpoint's public url.
# This url should *not* contain any trailing '/'. # This url should *not* contain any trailing '/'.
# Defaults to 'http://127.0.0.1:8788' # Defaults to 'http://127.0.0.1:8788'
# #

View File

@ -69,7 +69,7 @@
# See https://docs.python.org/2/howto/logging.html # See https://docs.python.org/2/howto/logging.html
# #
# [*default_log_levels*] # [*default_log_levels*]
# (0ptional) Hash of logger (keys) and level (values) pairs. # (Optional) Hash of logger (keys) and level (values) pairs.
# Defaults to $::os_service_default # Defaults to $::os_service_default
# Example: # Example:
# { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN', # { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN',