From 540e2a2739a987be0aef3be2d49387d61799c58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Oct 2023 01:06:00 +0200 Subject: Support FreeBSD and periodic. --- manifests/renew/periodic.pp | 7 +++++++ manifests/renew/periodic/setup.pp | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 manifests/renew/periodic.pp create mode 100644 manifests/renew/periodic/setup.pp (limited to 'manifests/renew') diff --git a/manifests/renew/periodic.pp b/manifests/renew/periodic.pp new file mode 100644 index 0000000..ec32fae --- /dev/null +++ b/manifests/renew/periodic.pp @@ -0,0 +1,7 @@ +# @api private +class letsencrypt::renew::periodic ( +) { + periodic { 'weekly_certbot_enable': + value => 'YES', + } +} 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 ( +) { +} -- cgit v1.2.3