summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 8dc3407..d925e36 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -9,6 +9,10 @@ class nginx::ssl(
post_hook => '/usr/sbin/service nginx start',
}
+ #package { 'python-certbot-nginx':
+ # ensure: present,
+ #}
+
# See https://weakdh.org/
ssl::dhparams { 'nginx-2048':
notify => Service['nginx'],