Skip to content

Commit

Permalink
haproxy needs rsyslog for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jul 8, 2022
1 parent b17b36f commit a2b7bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/haproxy/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ haproxy:
pkg:
- installed
- require:
- pkg: rsyslog
- file: /usr/sbin/policy-rc.d

service.running:
Expand All @@ -27,6 +28,7 @@ haproxy:
- require:
- pkg: haproxy
- cmd: consul-template
- service: rsyslog
- watch:
- file: /etc/ssl/private/*.pem
- file: /etc/haproxy/fastly_token
Expand Down

0 comments on commit a2b7bdd

Please sign in to comment.