summaryrefslogtreecommitdiffstats
path: root/modules/certbot/manifests/init.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 00:17:00 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 00:17:00 -0400
commit7c6f417bdb0bd2a0d2892b0747f7a3059bdbb50b (patch)
treebe8494bcd306215343f4093d6ca2ef677b39a761 /modules/certbot/manifests/init.pp
parent7b651062546d6de8acc525f0aafc0c54e88995de (diff)
downloadpuppet-tozt-7c6f417bdb0bd2a0d2892b0747f7a3059bdbb50b.tar.gz
puppet-tozt-7c6f417bdb0bd2a0d2892b0747f7a3059bdbb50b.zip
note the things i have left to do
Diffstat (limited to 'modules/certbot/manifests/init.pp')
-rw-r--r--modules/certbot/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
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
}