mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 21:04:25 +02:00
Merge pull request #3686 from mrimann/fix/vagrant-box-php-fpm-restart-3527
Fix missing PHP-FPM restart after Puppet provisioning finished
This commit is contained in:
commit
9073793210
@ -30,6 +30,7 @@ class php {
|
|||||||
-> service { 'rh-php71-php-fpm':
|
-> service { 'rh-php71-php-fpm':
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
|
alias => 'php-fpm',
|
||||||
}
|
}
|
||||||
|
|
||||||
package { 'php-pecl-xdebug':
|
package { 'php-pecl-xdebug':
|
||||||
|
@ -36,7 +36,7 @@ class icingaweb2_dev (
|
|||||||
'php-phpunit-PHPUnit'
|
'php-phpunit-PHPUnit'
|
||||||
]:
|
]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
notify => Service['apache'],
|
notify => Service['php-fpm'],
|
||||||
require => Class['icinga_packages'],
|
require => Class['icinga_packages'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user