]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Do not use pre_hook and post_hook at certbot
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 May 2018 21:38:52 +0000 (18:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 May 2018 21:38:52 +0000 (18:38 -0300)
manifests/ssl.pp

index d925e36e5c0d2b6b1d4c114cec6294e0dea98b41..62f34c7aef31e914e218b107606c3cbd76ce04c1 100644 (file)
@@ -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,