diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-12 12:52:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-12 12:52:33 -0300 |
commit | d6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195 (patch) | |
tree | f33a75f202e49dd783cdb08f6ec47dbb6c56059c /manifests | |
parent | d6b16f2d36867b25a08f1451f48b5a6ead8d5183 (diff) | |
download | puppet-php-d6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195.tar.gz puppet-php-d6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195.tar.bz2 |
Fix php::fpm::pool config
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/resources.pp | 4 |
1 files 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) |