From 21cb0eaf7ff4f750335914ee8833341360a877c0 Mon Sep 17 00:00:00 2001 From: Actaeus Curabitur Date: Tue, 6 Sep 2022 05:00:03 -0500 Subject: [PATCH] fixed double declaration of nextcloud-nginx-confd --- states/roles/maintain/nextcloud/init.sls | 8 -------- 1 file changed, 8 deletions(-) diff --git a/states/roles/maintain/nextcloud/init.sls b/states/roles/maintain/nextcloud/init.sls index bc1d035..e2070f2 100644 --- a/states/roles/maintain/nextcloud/init.sls +++ b/states/roles/maintain/nextcloud/init.sls @@ -42,14 +42,6 @@ nginx-service: - watch: - file: /etc/nginx/conf.d/nextcloud.conf -nextcloud-nginx-confd: - file.directory: - - name: /etc/nginx/conf.d/ - - user: root - - group: root - - mode: 755 - - makedirs: true - /etc/systemd/system/nextcloud-cron.service.d/: file.directory: - user: root