From 48320459bbb1ddc881baca142b8b939dd1fd006a Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:15 +0200 Subject: [PATCH] fix: remove useless net-smtp php package --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index a3736d2..e42f122 100644 --- a/production.yml +++ b/production.yml @@ -130,7 +130,7 @@ webservers: phpservers: hosts: web1.dmz.mateu.be: - php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'curl', 'gettext', 'imap', 'zip', 'apcu', 'net-smtp'] + php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'curl', 'gettext', 'imap', 'zip', 'apcu'] web2.dmz.mateu.be: php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'xml', 'bcmath', 'curl', 'imagick'] web3.dmz.mateu.be: