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

This commit is contained in:
Paul 2025-01-08 20:15:24 +01:00
parent 8eae2e22e4
commit d283774502

View File

@ -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"