Skip to content
Snippets Groups Projects
Commit 1fc0cc85 authored by Andreas Alvarsson's avatar Andreas Alvarsson
Browse files

added mbstring

parent 346185f7
No related branches found
No related tags found
2 merge requests!2Merge till Production,!1Apache rewrite
...@@ -59,9 +59,13 @@ class skadereg { ...@@ -59,9 +59,13 @@ class skadereg {
} }
package { 'php55-php-pdo': package { 'php55-php-pdo':
ensure => installed, ensure => installed;
'php55-php-mbstring': ensure => installed;
} }
file { '/etc/httpd/modules/libphp5.so': file { '/etc/httpd/modules/libphp5.so':
ensure => link, ensure => link,
target => '/opt/rh/httpd24/root/usr/lib64/httpd/modules/libphp55-php5.so', target => '/opt/rh/httpd24/root/usr/lib64/httpd/modules/libphp55-php5.so',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment