Create conf.d directory for nginx/nextcloud

This commit is contained in:
Actaeus Curabitur 2022-08-31 10:14:51 -05:00
parent 76d12cc019
commit 2d54f2346d
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
mount:
sshfs:
/mnt/nextcloud:
name: nextcloud
host: host.actcur.com
directory: /mnt/butter/nextcloud
user: mount

View file

@ -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