From 21ca8a504cd074b560fde646c04b763956148939 Mon Sep 17 00:00:00 2001 From: mkozlowski <10508687+m-kozlowski@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:30:28 +0100 Subject: [PATCH] fix for opnsense/plugins#4035 --- .../src/opnsense/service/conf/actions.d/actions_haproxy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/haproxy/src/opnsense/service/conf/actions.d/actions_haproxy.conf b/net/haproxy/src/opnsense/service/conf/actions.d/actions_haproxy.conf index ab181dd8a..407dad535 100644 --- a/net/haproxy/src/opnsense/service/conf/actions.d/actions_haproxy.conf +++ b/net/haproxy/src/opnsense/service/conf/actions.d/actions_haproxy.conf @@ -91,7 +91,7 @@ type:script_output message:Show diff between configured ssl certificates and certs from HAProxy memory for multiple frontends [cert_sync] -command:configctl template reload OPNsense/HAProxy 2 > /dev/null; /usr/local/opnsense/scripts/OPNsense/HAProxy/syncCerts.py +command:configctl -q template reload OPNsense/HAProxy; /usr/local/opnsense/scripts/OPNsense/HAProxy/syncCerts.py parameters: sync --frontend-ids %s --output json type:script_output message:Sync ssl certificates into HAProxy memory for multiple frontends @@ -103,7 +103,7 @@ type:script_output message:Show diff between configured ssl certificates and certs from HAProxy memory for all frontends [cert_sync_bulk] -command:configctl template reload OPNsense/HAProxy 2 > /dev/null; /usr/local/opnsense/scripts/OPNsense/HAProxy/syncCerts.py sync --output json +command:configctl -q template reload OPNsense/HAProxy; /usr/local/opnsense/scripts/OPNsense/HAProxy/syncCerts.py sync --output json parameters: type:script_output message:Sync ssl certificates into HAProxy memory for all frontends