From f7863efeda92f3f14945c7a0e8519844a69b47a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jun 2016 09:20:25 -0300 Subject: Removes spare quote --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3