Skip to content

Commit

Permalink
[params.pp] Fix stats defaults parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Remz42 authored Oct 7, 2024
1 parent de63d08 commit f3ba00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'user' => 'haproxy',
'group' => 'haproxy',
'daemon' => '',
'stats' => 'socket /var/lib/haproxy/stats',
'stats' => 'socket /var/run/haproxy.sock mode 600 level admin',
}
$defaults_options = {
'log' => 'global',
Expand Down

0 comments on commit f3ba00b

Please sign in to comment.