From 55ab4aa4232bc33945b263401fc39019ea53971e Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Fri, 4 Sep 2020 09:18:39 +0200 Subject: [PATCH] Changed to version 3.23 --- data/common.yaml | 2 +- data/os/Debian.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/common.yaml b/data/common.yaml index c8b32a0..c7a580a 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -1,7 +1,7 @@ --- limesurvey::dbhost: 'localhost' limesurvey::download_url: 'https://github.com/LimeSurvey/LimeSurvey/archive/' -limesurvey::version: '2.57.0+161202' +limesurvey::version: '3.23.0+200813' limesurvey::install_path: '/opt/limesurvey' limesurvey::manage_database: true limesurvey::manage_webserver: true diff --git a/data/os/Debian.yaml b/data/os/Debian.yaml index f0d3bab..5208219 100644 --- a/data/os/Debian.yaml +++ b/data/os/Debian.yaml @@ -10,6 +10,10 @@ limesurvey::php_packages: #ensure: present php-gd: ensure: present + php-mbstring: + ensure: present + php-zip: + ensure: present php-ldap: ensure: present php-mysql: