From d6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 Apr 2018 12:52:33 -0300 Subject: Fix php::fpm::pool config --- manifests/resources.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/resources.pp b/manifests/resources.pp index fee8613..b17383b 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -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) -- cgit v1.2.3