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

PHP installed Attemp 3

parent eb3fb88a
No related branches found
No related tags found
2 merge requests!2Merge till Production,!1Apache rewrite
......@@ -55,6 +55,12 @@ class skadereg {
package_name => 'php55-php'
}
file { '/etc/httpd/modules/libphp5.so':
ensure => link,
target => '/opt/rh/httpd24/root/usr/lib64/httpd/modules/libphp55-php5.so',
before => Service['httpd']
}
# include ::certdist
# $cert = "/etc/pki/tls/certs/cert-${::fqdn}.pem"
......
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