aboutsummaryrefslogtreecommitdiff
path: root/manifests/renew
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/renew')
-rw-r--r--manifests/renew/periodic.pp7
-rw-r--r--manifests/renew/periodic/setup.pp5
2 files changed, 12 insertions, 0 deletions
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 (
+) {
+}