From b8f48c6b9b6727b03b29d829dce7af24eb5ff044 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 16 Nov 2016 11:27:48 -0200 Subject: Fixes quotation --- manifests/standalone.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/standalone.pp b/manifests/standalone.pp index 1442788..49757f6 100644 --- a/manifests/standalone.pp +++ b/manifests/standalone.pp @@ -4,6 +4,6 @@ class certbot::standalone { command => "/usr/bin/wget https://dl.eff.org/certbot-auto -O ${certbot::script_base}/${certbot::tool} && chmod +x ${certbot::script_base}/${certbot::tool}", user => 'root', cwd => '/tmp', - creates => '${certbot::script_base}/${certbot::tool}', + creates => "${certbot::script_base}/${certbot::tool}", } } -- cgit v1.2.3