summaryrefslogtreecommitdiffstats
path: root/modules/certbot/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/certbot/manifests/init.pp')
-rw-r--r--modules/certbot/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certbot/manifests/init.pp b/modules/certbot/manifests/init.pp
index 7ba74e6..df1526c 100644
--- a/modules/certbot/manifests/init.pp
+++ b/modules/certbot/manifests/init.pp
@@ -26,7 +26,7 @@ class certbot {
exec { "initial certbot run":
# XXX update to real domain name
- command => "certbot certonly --webroot -w /home/doy/public_html -d new.tozt.net",
+ command => "/usr/bin/certbot certonly --webroot -w /home/doy/public_html -d new.tozt.net",
creates => "/etc/letsencrypt/live",
require => Package["certbot"],
}