mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Merge pull request #3686 from mrimann/fix/vagrant-box-php-fpm-restart-3527
Fix missing PHP-FPM restart after Puppet provisioning finished (cherry picked from commit 90737932108fe35d913f97b99be762700635edcd) Signed-off-by: Johannes Meyer <johannes.meyer@icinga.com>
This commit is contained in:
parent
6a8a7e397b
commit
362b4026a1
@ -30,6 +30,7 @@ class php {
|
||||
-> service { 'rh-php71-php-fpm':
|
||||
ensure => running,
|
||||
enable => true,
|
||||
alias => 'php-fpm',
|
||||
}
|
||||
|
||||
package { 'php-pecl-xdebug':
|
||||
|
@ -36,7 +36,7 @@ class icingaweb2_dev (
|
||||
'php-phpunit-PHPUnit'
|
||||
]:
|
||||
ensure => latest,
|
||||
notify => Service['apache'],
|
||||
notify => Service['php-fpm'],
|
||||
require => Class['icinga_packages'],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user