paulbsd-salt/states/gufw/init.sls
Paul Lecuq 24500ff074
Some checks failed
continuous-integration/drone/push Build is failing
updated states (lints) / updated .drone.yml
2022-06-10 00:13:19 +02:00

17 lines
319 B
Plaintext

---
gufw-cfg:
file.managed:
- source: salt://gufw/gufw.cfg
- name: /etc/gufw/gufw.cfg
- user: root
- group: root
- mode: "0600"
gufw-desktop-cfg:
file.managed:
- source: salt://gufw/Desktop.profile
- name: /etc/gufw/Desktop.profile
- user: root
- group: root
- mode: "0600"