Create conf.d directory for nginx/nextcloud
This commit is contained in:
parent
76d12cc019
commit
2d54f2346d
2 changed files with 14 additions and 0 deletions
7
pillars/roles/mount/old-nextcloud.sls
Normal file
7
pillars/roles/mount/old-nextcloud.sls
Normal file
|
@ -0,0 +1,7 @@
|
|||
mount:
|
||||
sshfs:
|
||||
/mnt/nextcloud:
|
||||
name: nextcloud
|
||||
host: host.actcur.com
|
||||
directory: /mnt/butter/nextcloud
|
||||
user: mount
|
|
@ -27,6 +27,13 @@ nextcloud-pkgs:
|
|||
- mode: 755
|
||||
- makedirs: true
|
||||
|
||||
nextcloud-nginx-confd:
|
||||
file.directory:
|
||||
- name: /etc/nginx/conf.d/
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 755
|
||||
|
||||
/etc/systemd/system/nextcloud-cron.service.d/:
|
||||
file.directory:
|
||||
- user: root
|
||||
|
|
Loading…
Add table
Reference in a new issue