updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-01-08 20:13:32 +01:00
parent 8adf2558d9
commit 8eae2e22e4

View File

@ -2,9 +2,8 @@
{%- from "haproxy/map.jinja" import haproxy with context %} {%- from "haproxy/map.jinja" import haproxy with context %}
haproxy-errors-dir: haproxy-errors-dir:
file.managed: file.directory:
- name: {{ haproxy.config.dir }}/errors/{{ errorfile }} - name: {{ haproxy.config.dir }}/errors/
- source: salt://haproxy/templates/errors/{{ errorfile }}
- user: {{ haproxy.config.user }} - user: {{ haproxy.config.user }}
- group: {{ haproxy.config.group }} - group: {{ haproxy.config.group }}
- mode: "0700" - mode: "0700"