cache: Make parameter description order consistent

... with parameter definition order.

Change-Id: I06b4b87f494be8b945fc866129c7607c7333c622
This commit is contained in:
Takashi Kajinami 2024-03-01 10:51:49 +09:00
parent bd78b27822
commit 63696be457
1 changed files with 4 additions and 4 deletions

View File

@ -119,10 +119,6 @@
# (Optional) The password for the memcached with SASL enabled
# Defaults to $facts['os_service_default']
#
# [*manage_backend_package*]
# (Optional) Whether to install the backend package for the cache.
# Defaults to true
#
# [*token_caching*]
# (Optional) Toggle for token system caching. This has no effect unless
# cache_backend, cache_enabled and cache_memcache_servers is set.
@ -192,6 +188,10 @@
# back in the pool in the HashClient's internal mechanisms.
# Default to $facts['os_service_default']
#
# [*manage_backend_package*]
# (Optional) Whether to install the backend package for the cache.
# Defaults to true
#
class keystone::cache(
$config_prefix = $facts['os_service_default'],
$expiration_time = $facts['os_service_default'],