]> gitweb.fluxo.info Git - puppet-certbot.git/commitdiff
Removes spare quote
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 12:20:25 +0000 (09:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Jun 2016 12:20:25 +0000 (09:20 -0300)
manifests/init.pp

index 76283feaabbef0f9023b049fd691ff3b7041a31f..2d797e0f3eb0ea704cc67dace5aab7989c1dcb0c 100644 (file)
@@ -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",