diff options
-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", |