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

added pdo

parent 1962d25c
No related branches found
No related tags found
2 merge requests!2Merge till Production,!1Apache rewrite
...@@ -58,6 +58,10 @@ class skadereg { ...@@ -58,6 +58,10 @@ class skadereg {
package_name => 'php55-php' package_name => 'php55-php'
} }
package { 'php55-php-pdo':
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.
Finish editing this message first!
Please register or to comment