Removed unnecessary items in nextcloud init.sls
This commit is contained in:
parent
858c6d7ce9
commit
ffef51c4e3
1 changed files with 5 additions and 18 deletions
|
@ -132,21 +132,8 @@ nextcloud-cron.timer:
|
|||
service.running:
|
||||
- enable: true
|
||||
|
||||
/var/lib/nextcloud/data/.ocdata:
|
||||
file.managed:
|
||||
- user: nextcloud
|
||||
- group: nextcloud
|
||||
- mode: 644
|
||||
|
||||
#mount:
|
||||
# group.present:
|
||||
# - gid: 503
|
||||
# - addusers:
|
||||
# - http
|
||||
|
||||
#/usr/share/webapps/nextcloud/apps:
|
||||
# file.directory:
|
||||
# - user: root
|
||||
# - group: root
|
||||
# - dir_mode: 755
|
||||
|
||||
mount:
|
||||
group.present:
|
||||
- gid: 503
|
||||
- addusers:
|
||||
- nextcloud
|
||||
|
|
Loading…
Add table
Reference in a new issue