Fix a bug preventing nginx from being reloaded after generating a cert #116

Manually merged
greg merged 1 commits from bugfix/letsencrypt_regenerate_template into master 2019-11-22 16:19:56 +00:00
Owner

Change the notifies property to :immediately in nginx_certbot_site. This way the vhost template is recreated and then triggers a reload of the nginx service. The previous code resulted in nginx not being reloaded, as the action had already been queued earlier.

Change the notifies property to :immediately in nginx_certbot_site. This way the vhost template is recreated and then triggers a reload of the nginx service. The previous code resulted in nginx not being reloaded, as the action had already been queued earlier.
greg closed this pull request 2019-11-22 16:19:56 +00:00
greg deleted branch bugfix/letsencrypt_regenerate_template 2019-11-22 16:20:08 +00:00
Sign in to join this conversation.
No description provided.