Merge pull request #3275 from Icinga/bugfix/vagrant-php7-extensions-3265

Vagrant: fix missing PHP extensions
This commit is contained in:
Johannes Meyer 2018-01-17 13:24:45 +01:00 committed by GitHub
commit 7d83543bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ define php::phpd {
include php
file { "/etc/php.d/$name.ini":
file { "/etc/opt/rh/rh-php71/php.d/$name.ini":
content => template("php/$name.ini.erb"),
notify => Service['apache'],
require => Package['rh-php71-php-fpm'],

View File

@ -28,6 +28,9 @@ class icingaweb2_dev (
'rh-php71-php-mysqlnd',
'rh-php71-php-pgsql',
'rh-php71-php-ldap',
'rh-php71-php-xml',
'rh-php71-php-xdebug',
'sclo-php71-php-pecl-imagick',
'php-phpunit-PHPUnit'
]:
ensure => latest,