From a4325bd80f23d6018618db5a50187ab6766553d2 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Fri, 11 May 2018 14:02:39 +0800 Subject: [PATCH] neat: missing : in $::os_service_default Change-Id: I795fe98d9b0c1eaa92d53a127cbddacc7d86e48b --- manifests/registry/authtoken.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/registry/authtoken.pp b/manifests/registry/authtoken.pp index ab7a6139..c3045aa7 100644 --- a/manifests/registry/authtoken.pp +++ b/manifests/registry/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