fix: change default group for stat socket

This commit is contained in:
Adrien Waksberg 2021-08-15 17:46:19 +02:00 committed by Adrien Waksberg
parent 993006cc84
commit 8879f9ede1
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Changed
- change default group for stat socket
- reload haproxy after certificate change
- chore: use FQCN for module name
- test: replace kitchen to molecule

View file

@ -11,7 +11,7 @@ haproxy_default_global:
user: haproxy
group: haproxy
daemon: true
stats: socket /var/lib/haproxy/stats
stats: socket /var/lib/haproxy/stats group haproxy mode 660
haproxy_full_global: '{{ haproxy_default_global|combine(haproxy_global) }}'
haproxy_defaults: {}