Skip to content
Snippets Groups Projects

Remi test

Closed Nils Olof Paulsson requested to merge nilpa76/aim_control:remi_test into test
2 files
+ 25
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
6
@@ -60,27 +60,28 @@ class aim_control(
include ::aim_control::firewall
include ::apache
include ::liurepo::centos_sclo_rh
include ::aim_control::remirepo
class { '::apache::mod::php':
package_name => 'rh-php56-php',
package_name => 'php74',
}
include ::apache::mod::rewrite
package {
'rh-php56-php-pdo':
'php74-php-pdo':
ensure => installed;
'rh-php56-php-mbstring':
'php74-php-mbstring':
ensure => installed;
'rh-php56-php-mysqlnd':
'php74-php-mysqlnd':
ensure => installed;
'rh-php56-php-common':
'php74-php-common':
ensure => installed;
}
file { '/etc/httpd/modules/libphp5.so':
ensure => link,
target => '/opt/rh/httpd24/root/usr/lib64/httpd/modules/librh-php56-php5.so',
## target => '/opt/rh/httpd24/root/usr/lib64/httpd/modules/librh-php56-php5.so',
before => Service['httpd'],
}
Loading