diff --git a/.puppet/modules/php/manifests/init.pp b/.puppet/modules/php/manifests/init.pp index e903a1e30..8ee10e763 100644 --- a/.puppet/modules/php/manifests/init.pp +++ b/.puppet/modules/php/manifests/init.pp @@ -30,6 +30,7 @@ class php { -> service { 'rh-php71-php-fpm': ensure => running, enable => true, + alias => 'php-fpm', } package { 'php-pecl-xdebug': diff --git a/.puppet/profiles/icingaweb2_dev/manifests/init.pp b/.puppet/profiles/icingaweb2_dev/manifests/init.pp index e06443b33..b0b59a034 100644 --- a/.puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -36,7 +36,7 @@ class icingaweb2_dev ( 'php-phpunit-PHPUnit' ]: ensure => latest, - notify => Service['apache'], + notify => Service['php-fpm'], require => Class['icinga_packages'], }