Vagrant: fix missing Icinga Web 2 requirements

refs #3265
This commit is contained in:
Alexander A. Klimov 2018-01-16 18:26:44 +01:00 committed by Johannes Meyer
parent 99c6ac5b01
commit 0bfefefdd2
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,