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:
|
||||
file.directory:
|
||||
- user: 999
|
||||
- group: 999
|
||||
- name: /opt/pretalx/data
|
||||
- makedirs: True
|
||||
|
||||
pretalx-public-directory-exists:
|
||||
file.directory:
|
||||
- user: 999
|
||||
- group: 999
|
||||
- name: /opt/pretalx/public
|
||||
- makedirs: True
|
||||
|
||||
|
|
Loading…
Reference in a new issue