summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 195ef66..4b6547a 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -3,12 +3,12 @@ class nginx::ssl(
) {
include ssl
include ssl::snakeoil
- include certbot
- #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',
+ post_command => '/usr/sbin/service nginx start',
+ }
#package { 'python-certbot-nginx':
# ensure: present,