From: alex Date: Mon, 17 Mar 2025 17:56:03 +0000 (+0100) Subject: Silence pvenode cert rotation so cron usage is not noisy X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=e0de8b026864cb7a7a2baa704a71eb1027d5c130;p=alex.git Silence pvenode cert rotation so cron usage is not noisy --- diff --git a/personal_infra/puppet/modules/proxmox/manifests/proxy.pp b/personal_infra/puppet/modules/proxmox/manifests/proxy.pp index 5eb99f1..d805b5b 100644 --- a/personal_infra/puppet/modules/proxmox/manifests/proxy.pp +++ b/personal_infra/puppet/modules/proxmox/manifests/proxy.pp @@ -37,7 +37,7 @@ class proxmox::proxy ($mail, $base_hostname) { content => @("EOT"/$) #!/bin/sh - pvenode cert set /etc/apache2/md/domains/$base_hostname/pubcert.pem /etc/apache2/md/domains/$base_hostname/privkey.pem --force 1 --restart 1 + pvenode cert set /etc/apache2/md/domains/$base_hostname/pubcert.pem /etc/apache2/md/domains/$base_hostname/privkey.pem --force 1 --restart 1 >/dev/null for hook in /usr/local/bin/notify_md_renewal_hook_* ; do \$hook