From: Silvio Rhatto Date: Wed, 30 May 2018 21:38:52 +0000 (-0300) Subject: Do not use pre_hook and post_hook at certbot X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1845091dec9194f49a4c2128d12d1e6299ded02f;p=puppet-nginx.git Do not use pre_hook and post_hook at certbot --- 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,