From: alex Date: Fri, 15 Nov 2024 17:47:10 +0000 (+0100) Subject: Do not restart process that runs renewal X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=8a2a71ee632e9f508f52717861f4b2cbf51da37c;p=alex.git Do not restart process that runs renewal Although this is likely still an issue with setsuid #28, restarting makes no sense? --- diff --git a/personal_infra/puppet/modules/proxmox/manifests/proxy.pp b/personal_infra/puppet/modules/proxmox/manifests/proxy.pp index c34eeec..d808121 100644 --- a/personal_infra/puppet/modules/proxmox/manifests/proxy.pp +++ b/personal_infra/puppet/modules/proxmox/manifests/proxy.pp @@ -39,7 +39,6 @@ class proxmox::proxy ($mail, $base_hostname) { content => @("EOT"/$) #!/bin/sh - systemctl restart apache2 pvenode cert set /etc/apache2/md/domains/$base_hostname/pubcert.pem /etc/apache2/md/domains/$base_hostname/privkey.pem --force 1 --restart 1 for hook in /usr/local/bin/notify_md_renewal_hook_* ; do