From 9242f092543d199c172831e72678599d25bea596 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 27 Jan 2022 20:35:59 +0900 Subject: [PATCH] Fix duplicate (Optional) in parameter description Trivial-Fix Change-Id: I9589ac851aba9268601a6869fc3025e6b76221f5 --- manifests/cache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cache.pp b/manifests/cache.pp index 4791e0c..ac3db51 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*]