paulbsd-salt/states/rsyslog/config.sls
Paul Lecuq a3b02771a4
All checks were successful
continuous-integration/drone/push Build is passing
created templates folder on each state
2023-03-11 10:08:26 +01:00

11 lines
232 B
Plaintext

---
rsyslog-main-config:
file.managed:
- name: /etc/rsyslog.conf
- source: salt://rsyslog/templates/rsyslog.conf.j2
- user: root
- group: root
- template: jinja
- watch_in:
- service: rsyslog-service