summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/ssl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index 0f506f3..68b89d2 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -7,7 +7,7 @@ class nginx::ssl(
class { 'certbot':
#pre_hook => '/usr/sbin/service nginx stop',
#post_hook => '/usr/sbin/service nginx start',
- post_command => '/usr/sbin/service nginx start',
+ post_command => '/usr/sbin/service nginx restart',
}
#package { 'python-certbot-nginx':