mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Merge pull request #3275 from Icinga/bugfix/vagrant-php7-extensions-3265
Vagrant: fix missing PHP extensions
This commit is contained in:
commit
7d83543bb1
@ -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…
x
Reference in New Issue
Block a user