parent
99c6ac5b01
commit
0bfefefdd2
|
@ -14,7 +14,7 @@ define php::phpd {
|
||||||
|
|
||||||
include php
|
include php
|
||||||
|
|
||||||
file { "/etc/php.d/$name.ini":
|
file { "/etc/opt/rh/rh-php71/php.d/$name.ini":
|
||||||
content => template("php/$name.ini.erb"),
|
content => template("php/$name.ini.erb"),
|
||||||
notify => Service['apache'],
|
notify => Service['apache'],
|
||||||
require => Package['rh-php71-php-fpm'],
|
require => Package['rh-php71-php-fpm'],
|
||||||
|
|
|
@ -28,6 +28,9 @@ class icingaweb2_dev (
|
||||||
'rh-php71-php-mysqlnd',
|
'rh-php71-php-mysqlnd',
|
||||||
'rh-php71-php-pgsql',
|
'rh-php71-php-pgsql',
|
||||||
'rh-php71-php-ldap',
|
'rh-php71-php-ldap',
|
||||||
|
'rh-php71-php-xml',
|
||||||
|
'rh-php71-php-xdebug',
|
||||||
|
'sclo-php71-php-pecl-imagick',
|
||||||
'php-phpunit-PHPUnit'
|
'php-phpunit-PHPUnit'
|
||||||
]:
|
]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
|
|
Loading…
Reference in New Issue