aboutsummaryrefslogtreecommitdiff
path: root/manifests/renew/periodic.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/renew/periodic.pp')
-rw-r--r--manifests/renew/periodic.pp7
1 files changed, 7 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',
+ }
+}