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/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index d6fb5f6..9ac1b0a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -12,6 +12,8 @@ # Default configuration values to pass to certbot. $server and # $email is added here if not explicitly set. It's later merged with # a specific instance for each certificate. +# @param config_dir +# Storage location form letsencrypt files. class letsencrypt ( String $email, Letsencrypt::Renewal_provider $renewal_provider, # hiera @@ -19,6 +21,7 @@ class letsencrypt ( Boolean $manage_package = true, String $server = 'https://acme-v02.api.letsencrypt.org/directory', Hash[String, Any] $config = {}, + String $config_dir = '/etc/letsencrypt' ) { # if $default_cert { # letsencrypt::cert { $default_cert_name: @@ -30,7 +33,6 @@ class letsencrypt ( # not accept them in other places. This might prove wrong (BSD?), in # that case: make them parameters again, and resolve the few remaining # instances where they are hard coded. - $config_dir = '/etc/letsencrypt' $cert_dir = "${config_dir}/live" # Used by letsencrypt::cert -- cgit v1.2.3