summaryrefslogtreecommitdiff
path: root/manifests/letsencrypt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/letsencrypt.pp')
-rw-r--r--manifests/letsencrypt.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/letsencrypt.pp b/manifests/letsencrypt.pp
index 8d5a5a2..23a3319 100644
--- a/manifests/letsencrypt.pp
+++ b/manifests/letsencrypt.pp
@@ -46,16 +46,6 @@ class profiles::letsencrypt (
}
}
- if $facts['os']['family'] == 'Archlinux' {
- case $provider {
- 'apache': {
- ensure_packages ([$apache_plugin])
- }
- 'nginx': {
- ensure_packages ([$nginx_plugin])
- }
- }
- }
# TODO this requires that we have the webserver in question started.
# TODO we also have the bootstrap problem, which I should find a