11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
{% from 'lib.sls' import container_deploy with context %}
|
|
|
|
Create gitea data directory:
|
|
file.directory:
|
|
- name: /srv/gitea
|
|
- user: 1000
|
|
- group: 1000
|
|
- mode: "0750"
|
|
|
|
{{ container_deploy('gitea') }}
|