paulbsd-salt/states/npf/init.sls

15 lines
254 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
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
2020-09-12 17:41:35 +02:00
- enable: true
2021-08-19 21:15:24 +02:00
- reload: true