]> xn--ix-yja.es Git - alex.git/commitdiff
Do not restart process that runs renewal
authoralex <alex@pdp7.net>
Fri, 15 Nov 2024 17:47:10 +0000 (18:47 +0100)
committeralexpdp7 <alex@corcoles.net>
Fri, 15 Nov 2024 17:48:39 +0000 (18:48 +0100)
Although this is likely still an issue with setsuid #28, restarting makes
no sense?

personal_infra/puppet/modules/proxmox/manifests/proxy.pp

index c34eeeceb7def467b0d767372053283ac33db5f7..d808121445252ca8af4bfc8a776a0aa31d11b005 100644 (file)
@@ -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