From 3f320b5cd11f2e7ac43a4b0e015d2fbf34210a7a Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Tue, 26 Sep 2023 14:58:58 +0200 Subject: [PATCH] changed string to data. --- apache.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache.cf b/apache.cf index e2e1312..fd6c1fc 100644 --- a/apache.cf +++ b/apache.cf @@ -78,7 +78,7 @@ vars: "phpm" string => "php"; ubuntu:: - "modules" string => '[ + "modules" data => '[ {m:"$(phpm)",f:"libphp$(install_php.version)"}, {m:"proxy",f:"mod_proxy"}, {m:"proxy_http",f:"mod_proxy_http"},