aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-11-15 18:47:10 +0100
committeralexpdp7 <alex@corcoles.net>2024-11-15 18:48:39 +0100
commit8a2a71ee632e9f508f52717861f4b2cbf51da37c (patch)
tree7e93b0041b9621dea96746915fe483a63c62b098
parent22514b4a1e89491c86f947717f413c8ebf78d8df (diff)
Do not restart process that runs renewal
Although this is likely still an issue with setsuid #28, restarting makes no sense?
-rw-r--r--personal_infra/puppet/modules/proxmox/manifests/proxy.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/personal_infra/puppet/modules/proxmox/manifests/proxy.pp b/personal_infra/puppet/modules/proxmox/manifests/proxy.pp
index c34eeece..d8081214 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