add pretalxuserid to file.directory
This commit is contained in:
parent
3854a5454d
commit
f39aeb5f93
1 changed files with 4 additions and 0 deletions
|
@ -1,10 +1,14 @@
|
||||||
pretalx-data-directory-exists:
|
pretalx-data-directory-exists:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
- user: 999
|
||||||
|
- group: 999
|
||||||
- name: /opt/pretalx/data
|
- name: /opt/pretalx/data
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
pretalx-public-directory-exists:
|
pretalx-public-directory-exists:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
- user: 999
|
||||||
|
- group: 999
|
||||||
- name: /opt/pretalx/public
|
- name: /opt/pretalx/public
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue