From 19a3a2cda8682e8b00f8c8962461cd8b4fef10d5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 Apr 2018 12:29:24 -0300 Subject: Refactor and add php-fpm support --- manifests/resources.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/resources.pp') diff --git a/manifests/resources.pp b/manifests/resources.pp index 88e173c..fee8613 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -1,6 +1,8 @@ class php::resources { $configs = hiera('php::config', {}) + $pools = hiera('php::pool', {}) # Apply instances - create_resources('php::config', $configs) + create_resources('php::config', $configs) + create_resources('php::fpm::pool', $pools) } -- cgit v1.2.3