From 248d8dd5c1d163d387e0a25cb4eeac08d09be1c3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Oct 2018 04:26:10 -0400 Subject: more required options --- modules/certbot/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/certbot') 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"], -- cgit v1.2.3-54-g00ecf