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