summaryrefslogtreecommitdiffstats
path: root/modules/certbot
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-10 04:26:10 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-10 04:26:10 -0400
commit248d8dd5c1d163d387e0a25cb4eeac08d09be1c3 (patch)
treebf9d302b69a8e9608a926720ff11292e6020f06d /modules/certbot
parente0d87ef93a4cc3ffb5675ead20012b7162b825f2 (diff)
downloadpuppet-tozt-248d8dd5c1d163d387e0a25cb4eeac08d09be1c3.tar.gz
puppet-tozt-248d8dd5c1d163d387e0a25cb4eeac08d09be1c3.zip
more required options
Diffstat (limited to 'modules/certbot')
-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 98f7c41..170e0b3 100644
--- a/modules/certbot/manifests/init.pp
+++ b/modules/certbot/manifests/init.pp
@@ -31,7 +31,7 @@ class certbot {
exec { "initial certbot run":
# XXX update to real domain name
- command => "/usr/bin/certbot -n --nginx -d new.tozt.net",
+ command => "/usr/bin/certbot -n --agree-tos -m doy@tozt.net --nginx -d new.tozt.net",
creates => "/etc/letsencrypt/live",
require => [
Package["certbot"],