From d47e39945a0d8bf833c50a8ac13431f4cbd0a14a Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 30 Sep 2024 18:58:06 +0200 Subject: [PATCH] updated haproxy state --- states/haproxy/service.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/haproxy/service.sls b/states/haproxy/service.sls index 122e30a..7a01572 100644 --- a/states/haproxy/service.sls +++ b/states/haproxy/service.sls @@ -9,5 +9,5 @@ haproxy-service: - haproxy -f {{ haproxy.config.dir }}/{{ haproxy.config.configfile }} -c {% if haproxy.acme %} - watch: - - pki.fetched: pki-fetched-* + - pki: pki-fetched-* {% endif %} \ No newline at end of file