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"