From 47e61bd3af25a40c8c4103037adddac84eae25e7 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 27 Jan 2022 20:27:48 +0900 Subject: [PATCH] Fix duplicate (Optional) in parameter description Trivial-Fix Change-Id: I67a1ed30f66b7641421e209e73cc39777a350ec8 --- manifests/cache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cache.pp b/manifests/cache.pp index 63d5ed939..f52f066d3 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*]