diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-17 09:20:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-17 09:20:25 -0300 |
commit | f7863efeda92f3f14945c7a0e8519844a69b47a3 (patch) | |
tree | e39f969230beea6d3f3e974c6bfc3064abe7f523 | |
parent | ca36a8b44f3633b87e6fc4c6e832e40218913fc2 (diff) | |
download | puppet-certbot-f7863efeda92f3f14945c7a0e8519844a69b47a3.tar.gz puppet-certbot-f7863efeda92f3f14945c7a0e8519844a69b47a3.tar.bz2 |
Removes spare quote
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", |