]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Fix php::fpm::pool config
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 15:52:33 +0000 (12:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 15:52:33 +0000 (12:52 -0300)
manifests/resources.pp

index fee86134c2f580c45aa67843bea872d8dc3a9476..b17383b624da98dcfdbfae5f69403537efa6fb03 100644 (file)
@@ -1,6 +1,6 @@
 class php::resources {
-  $configs = hiera('php::config', {})
-  $pools   = hiera('php::pool',   {})
+  $configs = hiera('php::config',    {})
+  $pools   = hiera('php::fpm::pool', {})
 
   # Apply instances
   create_resources('php::config',    $configs)