aboutsummaryrefslogtreecommitdiff
path: root/data/os
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-10 12:56:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-12 15:07:57 +0100
commit0a07215d422f8f606a41d822436e6c6dd93d001f (patch)
tree3e335e7fb5e3b03b90fdef953bf7be8afef73ff8 /data/os
parentConvert to pdk module. (diff)
downloadhugonikanor-letsencrypt-0a07215d422f8f606a41d822436e6c6dd93d001f.tar.gz
hugonikanor-letsencrypt-0a07215d422f8f606a41d822436e6c6dd93d001f.tar.xz
Working product.
Diffstat (limited to 'data/os')
-rw-r--r--data/os/Archlinux.yaml5
-rw-r--r--data/os/Debian.yaml5
-rw-r--r--data/os/FreeBSD.yaml3
-rw-r--r--data/os/RedHat.yaml5
-rw-r--r--data/os/RedHat/7.yaml3
5 files changed, 21 insertions, 0 deletions
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