paulbsd-salt/states/npf/init.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

15 lines
264 B
Plaintext

---
npf-main-config:
file.managed:
- name: /etc/npf.conf
- source: salt://npf/templates/npf.conf.j2
- template: jinja
- watch_in:
- service: npf-service
npf-service:
service.running:
- name: npf
- enable: true
- reload: true