]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Fix package version at php::fpm::pool
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jun 2018 16:27:52 +0000 (13:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Jun 2018 16:27:52 +0000 (13:27 -0300)
manifests/fpm/pool.pp

index 4941cbc80c0d4bc5e1b84481b6a921d608830e14..188670efe0ea95caf13d70a9317902a6f43d4629 100644 (file)
@@ -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"],
   }
 }