summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 2ec8d89..1fec72a 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -32,7 +32,7 @@ class nginx::ssl(
}
cron { 'certbot-renew':
- command => 'certbot renew --standalone --pre-hook "service nginx stop" --post-hook "service nginx start"',
+ command => '/usr/bin/certbot renew --standalone --pre-hook "service nginx stop" --post-hook "service nginx start"',
user => 'root',
weekday => 1,
hour => "05",