paulbsd-salt/states/npf/init.sls
2020-07-10 00:58:55 +02:00

14 lines
253 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