From 0a07215d422f8f606a41d822436e6c6dd93d001f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 10 Jan 2023 12:56:33 +0100 Subject: Working product. --- data/os/Archlinux.yaml | 5 +++++ data/os/Debian.yaml | 5 +++++ data/os/FreeBSD.yaml | 3 +++ data/os/RedHat.yaml | 5 +++++ data/os/RedHat/7.yaml | 3 +++ 5 files changed, 21 insertions(+) create mode 100644 data/os/Archlinux.yaml create mode 100644 data/os/Debian.yaml create mode 100644 data/os/FreeBSD.yaml create mode 100644 data/os/RedHat.yaml create mode 100644 data/os/RedHat/7.yaml (limited to 'data/os') diff --git a/data/os/Archlinux.yaml b/data/os/Archlinux.yaml new file mode 100644 index 0000000..671637f --- /dev/null +++ b/data/os/Archlinux.yaml @@ -0,0 +1,5 @@ +--- +letsencrypt::authenticator::nginx::certbot_plugin_package: certbot-nginx +letsencrypt::authenticator::apache::certbot_plugin_package: certbot-apache + +letsencrypt::renewal_provider: systemd diff --git a/data/os/Debian.yaml b/data/os/Debian.yaml new file mode 100644 index 0000000..0d2e358 --- /dev/null +++ b/data/os/Debian.yaml @@ -0,0 +1,5 @@ +--- +letsencrypt::authenticator::nginx::certbot_plugin_package: python3-certbot-nginx +letsencrypt::authenticator::apache::certbot_plugin_package: python3-certbot-apache + +letsencrypt::renew::setup::provider: systemd diff --git a/data/os/FreeBSD.yaml b/data/os/FreeBSD.yaml new file mode 100644 index 0000000..6e2fe58 --- /dev/null +++ b/data/os/FreeBSD.yaml @@ -0,0 +1,3 @@ +--- +letsencrypt::nginx::certbot_plugin_package: py38-certbot-nginx +letsencrypt::apache::certbot_plugin_package: py38-certbot-apache diff --git a/data/os/RedHat.yaml b/data/os/RedHat.yaml new file mode 100644 index 0000000..0d2e358 --- /dev/null +++ b/data/os/RedHat.yaml @@ -0,0 +1,5 @@ +--- +letsencrypt::authenticator::nginx::certbot_plugin_package: python3-certbot-nginx +letsencrypt::authenticator::apache::certbot_plugin_package: python3-certbot-apache + +letsencrypt::renew::setup::provider: systemd diff --git a/data/os/RedHat/7.yaml b/data/os/RedHat/7.yaml new file mode 100644 index 0000000..0869a58 --- /dev/null +++ b/data/os/RedHat/7.yaml @@ -0,0 +1,3 @@ +--- +letsencrypt::authenticator::nginx::certbot_plugin_package: python2-certbot-nginx +letsencrypt::authenticator::apache::certbot_plugin_package: python2-certbot-apache -- cgit v1.2.3