summaryrefslogtreecommitdiffstats
path: root/modules/certbot/manifests/init.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-10 02:44:44 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-10 02:44:44 -0400
commit33863cb7c2b48f9c563abb9fef033750dfa04b93 (patch)
tree4f88218babec11c915dc1d5b95909975de3ef38f /modules/certbot/manifests/init.pp
parentf762ec5f184d79f504922e7ef85bbb72e1efe04b (diff)
downloadpuppet-tozt-33863cb7c2b48f9c563abb9fef033750dfa04b93.tar.gz
puppet-tozt-33863cb7c2b48f9c563abb9fef033750dfa04b93.zip
absolute path
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"],
}