From: Silvio Rhatto Date: Fri, 17 Jun 2016 12:20:25 +0000 (-0300) Subject: Removes spare quote X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f7863efeda92f3f14945c7a0e8519844a69b47a3;p=puppet-certbot.git Removes spare quote --- diff --git a/manifests/init.pp b/manifests/init.pp index 76283fe..2d797e0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -32,7 +32,7 @@ class certbot( } cron { 'certbot-renew': - command => '"/usr/bin/${tool} renew --standalone ${real_pre_hook} ${real_post_hook}", + command => "/usr/bin/${tool} renew --standalone ${real_pre_hook} ${real_post_hook}", user => 'root', weekday => 1, hour => "05",