From 596c91afe012240695b67d61aecfaefbb6726450 Mon Sep 17 00:00:00 2001 From: zhubingbing <zhu.bingbing@99cloud.net> Date: Fri, 11 May 2018 14:02:40 +0800 Subject: [PATCH] neat: missing : in $::os_service_default Change-Id: Iceff6ad742623e181c29dce01a726be5d34f5b23 --- manifests/keystone/authtoken.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/keystone/authtoken.pp b/manifests/keystone/authtoken.pp index e36c762..ff02642 100644 --- a/manifests/keystone/authtoken.pp +++ b/manifests/keystone/authtoken.pp @@ -32,7 +32,7 @@ # (Optional) If true, explicitly allow TLS without checking server cert # against any certificate authorities. WARNING: not recommended. Use with # caution. -# Defaults to $:os_service_default +# Defaults to $::os_service_default # # [*auth_section*] # (Optional) Config Section from which to load plugin specific options