From 9252cc892c0d6e0341c41d2574a5b7824282470d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 27 Jan 2022 20:40:53 +0900 Subject: [PATCH] Fix duplicate (Optional) in parameter description Trivial-Fix Change-Id: Ic0ee1a3eba9875160dc7a8a2eb8a506cfe36693e --- manifests/cache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cache.pp b/manifests/cache.pp index 170332d1..71a47f70 100644 --- a/manifests/cache.pp +++ b/manifests/cache.pp @@ -82,7 +82,7 @@ # Defaults to $::os_service_default # # [*manage_backend_package*] -# (Optional) (Optional) Whether to install the backend package for the cache. +# (Optional) Whether to install the backend package for the cache. # Defaults to true # # [*tls_enabled*]