paulbsd-salt/states/old/gufw/init.sls
Paul e8aeb72317
All checks were successful
continuous-integration/drone/push Build is passing
move gufw state to old
2024-12-07 09:29:49 +01: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"