From 7c6f417bdb0bd2a0d2892b0747f7a3059bdbb50b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Oct 2018 00:17:00 -0400 Subject: note the things i have left to do --- modules/certbot/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/certbot/manifests/init.pp') diff --git a/modules/certbot/manifests/init.pp b/modules/certbot/manifests/init.pp index 79ff1d8..9c733f3 100644 --- a/modules/certbot/manifests/init.pp +++ b/modules/certbot/manifests/init.pp @@ -21,4 +21,6 @@ class certbot { source => 'puppet:///modules/certbot/reload-cert', require => File['/etc/letsencrypt/renewal-hooks/deploy']; } + + # XXX initial certbot run } -- cgit v1.2.3-54-g00ecf