12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
{% from 'lib.sls' import pod_deploy with context %}
|
|
|
|
Create gotify data directory:
|
|
file.directory:
|
|
- name: /srv/gotify
|
|
- user: root
|
|
- group: root
|
|
- mode: "0755"
|
|
|
|
{{ pod_deploy('gotify') }}
|
|
|