2020-07-10 00:58:55 +02:00
|
|
|
---
|
|
|
|
gufw-cfg:
|
|
|
|
file.managed:
|
|
|
|
- source: salt://gufw/gufw.cfg
|
2022-06-10 00:13:19 +02:00
|
|
|
- name: /etc/gufw/gufw.cfg
|
2020-07-10 00:58:55 +02:00
|
|
|
- user: root
|
|
|
|
- group: root
|
2022-06-10 00:13:19 +02:00
|
|
|
- mode: "0600"
|
2020-07-10 00:58:55 +02:00
|
|
|
|
|
|
|
gufw-desktop-cfg:
|
|
|
|
file.managed:
|
|
|
|
- source: salt://gufw/Desktop.profile
|
|
|
|
- name: /etc/gufw/Desktop.profile
|
|
|
|
- user: root
|
|
|
|
- group: root
|
2022-06-10 00:13:19 +02:00
|
|
|
- mode: "0600"
|