From a04816fa3298512ba7e67b4fa04378174d57fe5b Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 16 Oct 2018 11:00:47 +0800 Subject: [PATCH] Add the default value of $::os_service_default Change-Id: I6b80d80698267565d86398a0f253383e8fa24dda --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 59b030d8..2ccec26f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -71,6 +71,7 @@ # option, you must wipe the RabbitMQ database. (boolean value). Currently, # this value is set to true when rabbit_hosts is configured. This will change # during the Pike cycle where we will no longer do this check. +# Defaults to $::os_service_default # # [*kombu_ssl_ca_certs*] # (optional) SSL certification authority file (valid only if SSL enabled).