paulbsd-salt/states/npf/init.sls
2021-08-19 21:15:24 +02:00

15 lines
254 B
Plaintext

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