aboutsummaryrefslogtreecommitdiff
path: root/manifests/renew/periodic/setup.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-19 01:06:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-19 01:06:00 +0200
commit540e2a2739a987be0aef3be2d49387d61799c58c (patch)
tree88ad447fe26f87a3f8a9761df99c6a1d6e9aedaa /manifests/renew/periodic/setup.pp
parentBump to 0.3.0. (diff)
downloadhugonikanor-letsencrypt-540e2a2739a987be0aef3be2d49387d61799c58c.tar.gz
hugonikanor-letsencrypt-540e2a2739a987be0aef3be2d49387d61799c58c.tar.xz
Support FreeBSD and periodic.
Diffstat (limited to 'manifests/renew/periodic/setup.pp')
-rw-r--r--manifests/renew/periodic/setup.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/renew/periodic/setup.pp b/manifests/renew/periodic/setup.pp
new file mode 100644
index 0000000..75bb5e8
--- /dev/null
+++ b/manifests/renew/periodic/setup.pp
@@ -0,0 +1,5 @@
+# @summary Handles renewal of certificates through FreeBSD's periodic system
+# @api private
+class letsencrypt::renew::periodic::setup (
+) {
+}