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