From bcc92add253f4cc9eb255be4d89490225b909b1a Mon Sep 17 00:00:00 2001 From: Bob Belnap Date: Tue, 20 Apr 2021 13:21:22 -0400 Subject: [PATCH] quote ip --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 1a2faf8..46a0da6 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -30,7 +30,7 @@ class acme_vault::params { # namecheap $namecheap_username = undef $namecheap_api_key = undef - $namecheap_sourceip = 127.0.0.1 + $namecheap_sourceip = '127.0.0.1' # settings for deploy $cert_destination_path = '/etc/acme'