From d21390519026e6d31ffb2cfbb08bd77aebfce7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 5 Jan 2023 16:29:24 +0100 Subject: Initial code. --- manifests/renew/cron.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/renew/cron.pp (limited to 'manifests/renew/cron.pp') diff --git a/manifests/renew/cron.pp b/manifests/renew/cron.pp new file mode 100644 index 0000000..91d5483 --- /dev/null +++ b/manifests/renew/cron.pp @@ -0,0 +1,6 @@ +# Handles renewal certificates through CRON +# private +class letsencrypt::renew::cron ( +) { + fail("Not yet implemented") +} -- cgit v1.2.3