From d283774502662a4c58b0ef5022bc16f7c571d245 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 8 Jan 2025 20:15:24 +0100 Subject: [PATCH] updated haproxy state --- states/haproxy/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/haproxy/config.sls b/states/haproxy/config.sls index f8cc642..ef24f86 100644 --- a/states/haproxy/config.sls +++ b/states/haproxy/config.sls @@ -12,7 +12,7 @@ haproxy-errors-dir: haproxy-errors-{{ errorfile }}: file.managed: - name: {{ haproxy.config.dir }}/errors/{{ errorfile }} - - source: salt://haproxy/templates/errors/{{ errorfile }} + - source: salt://haproxy/errors/{{ errorfile }} - user: {{ haproxy.config.user }} - group: {{ haproxy.config.group }} - mode: "0600"