From d6c8b4d8a105a23565f9d3e7da05e98d67d65577 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 14 Feb 2018 11:19:22 +0100 Subject: [PATCH] Vagrant: Fix missing mbstring PHP module --- .puppet/profiles/icingaweb2_dev/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/.puppet/profiles/icingaweb2_dev/manifests/init.pp b/.puppet/profiles/icingaweb2_dev/manifests/init.pp index 71e237f39..e06443b33 100644 --- a/.puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -30,6 +30,7 @@ class icingaweb2_dev ( 'rh-php71-php-pgsql', 'rh-php71-php-ldap', 'rh-php71-php-xml', + 'rh-php71-php-mbstring', 'sclo-php71-php-pecl-xdebug', 'sclo-php71-php-pecl-imagick', 'php-phpunit-PHPUnit'