aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/Archlinux.yaml3
-rw-r--r--data/common.yaml2
-rw-r--r--data/os/Archlinux.yaml5
-rw-r--r--data/os/Debian.yaml5
-rw-r--r--data/os/FreeBSD.yaml (renamed from data/FreeBSD.yaml)0
-rw-r--r--data/os/RedHat.yaml5
-rw-r--r--data/os/RedHat/7.yaml3
7 files changed, 20 insertions, 3 deletions
diff --git a/data/Archlinux.yaml b/data/Archlinux.yaml
deleted file mode 100644
index 386801e..0000000
--- a/data/Archlinux.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-letsencrypt::nginx::certbot_plugin_package: certbot-nginx
-letsencrypt::apache::certbot_plugin_package: certbot-apache
diff --git a/data/common.yaml b/data/common.yaml
new file mode 100644
index 0000000..ae7a581
--- /dev/null
+++ b/data/common.yaml
@@ -0,0 +1,2 @@
+---
+letsencrypt::renewal_provider: cron
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/FreeBSD.yaml b/data/os/FreeBSD.yaml
index 6e2fe58..6e2fe58 100644
--- a/data/FreeBSD.yaml
+++ b/data/os/FreeBSD.yaml
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