From 8f64b83cfc0907519c2f677715aa8e6530a4a41c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Jun 2018 13:27:52 -0300 Subject: Fix package version at php::fpm::pool --- manifests/fpm/pool.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/fpm') diff --git a/manifests/fpm/pool.pp b/manifests/fpm/pool.pp index 4941cbc..188670e 100644 --- a/manifests/fpm/pool.pp +++ b/manifests/fpm/pool.pp @@ -16,7 +16,7 @@ define php::fpm::pool( file { "/etc/php/${version}/fpm/pool.d/${name}.conf": ensure => $ensure, source => $source, - require => Package['php-fpm'], + require => Package["php${version}-fpm"], notify => Service["php${version}-fpm"], } } -- cgit v1.2.3