summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/ssl.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index d925e36..62f34c7 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -3,11 +3,12 @@ class nginx::ssl(
) {
include ssl
include ssl::snakeoil
+ include cerbot
- class { 'certbot':
- pre_hook => '/usr/sbin/service nginx stop',
- post_hook => '/usr/sbin/service nginx start',
- }
+ #class { 'certbot':
+ # pre_hook => '/usr/sbin/service nginx stop',
+ # post_hook => '/usr/sbin/service nginx start',
+ #}
#package { 'python-certbot-nginx':
# ensure: present,