From: Silvio Rhatto Date: Wed, 16 Nov 2016 13:27:48 +0000 (-0200) Subject: Fixes quotation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b8f48c6b9b6727b03b29d829dce7af24eb5ff044;p=puppet-certbot.git Fixes quotation --- 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}", } }