From 7d09d284c51d555d6b1070bcde93abb770b71736 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Fri, 4 Sep 2020 07:32:50 +0200 Subject: [PATCH] Use default php modules instead of php5 modules --- data/os/Debian.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/data/os/Debian.yaml b/data/os/Debian.yaml index a5012d2..f0d3bab 100644 --- a/data/os/Debian.yaml +++ b/data/os/Debian.yaml @@ -2,17 +2,19 @@ limesurvey::www_group: 'www-data' limesurvey::www_user: 'www-data' limesurvey::php_packages: - php5: + php: ensure: present - php5-mcrypt: + php-simplexml: ensure: present - php5-gd: + # php-mcrypt: + #ensure: present + php-gd: ensure: present - php5-ldap: + php-ldap: ensure: present - php5-mysql: + php-mysql: ensure: present - php5-imap: + php-imap: ensure: present - libapache2-mod-php5: + libapache2-mod-php: ensure: present