Revert "Fix error"

This reverts commit 0a65cee659.
This commit is contained in:
Alex Kotov 2020-02-13 17:58:24 +05:00
parent 0a65cee659
commit f410135a47
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ common__certbot__run: true
common__certbot__email: 'user@example.com'
common__certbot__cert_name: 'example.com'
common__certbot__cert_domains: ['example.com', 'www.example.com']
common__certbot__post_hook: 'systemctl start nginx.service || true'
common__certbot__pre_hook: 'systemctl stop nginx.service || true'
common__certbot__post_hook: 'systemctl is-active nginx.service || systemctl start nginx.service'
common__certbot__pre_hook: 'systemctl is-active nginx.service && systemctl stop nginx.service || true'
common__nginx__state: null
common__nginx__remove_default: true