From 942d187c05ee7828c2de027b9ffc8066c5dc4711 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 11 Jun 2020 13:35:14 +0200 Subject: [PATCH] [YEP-2.1?] php7.3-fpm service not installed by the install file but present in the manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fb4d393..9533fbf 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php7.0-fpm", "mysql" ], "arguments": {