From 12aeaff9d054f234b5172997b6f7edf54af38357 Mon Sep 17 00:00:00 2001 From: Actaeus Curabitur Date: Wed, 31 Aug 2022 09:09:50 -0500 Subject: [PATCH] fixed missing ; --- states/roles/maintain/nextcloud/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/roles/maintain/nextcloud/init.sls b/states/roles/maintain/nextcloud/init.sls index 60ed7f1..a29c1e3 100644 --- a/states/roles/maintain/nextcloud/init.sls +++ b/states/roles/maintain/nextcloud/init.sls @@ -68,7 +68,7 @@ nextcloud-php-fpm: - group: root - mode: 644 -/etc/systemd/system/php-fpm.service.d/override.conf +/etc/systemd/system/php-fpm.service.d/override.conf: file.managed: - source: salt://roles/maintain/nextcloud/php-fpm-override.conf - user: root