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