aboutsummaryrefslogtreecommitdiff
path: root/manifests/renew/cron.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/renew/cron.pp')
-rw-r--r--manifests/renew/cron.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/renew/cron.pp b/manifests/renew/cron.pp
new file mode 100644
index 0000000..91d5483
--- /dev/null
+++ b/manifests/renew/cron.pp
@@ -0,0 +1,6 @@
+# Handles renewal certificates through CRON
+# private
+class letsencrypt::renew::cron (
+) {
+ fail("Not yet implemented")
+}