aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-12 12:52:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-12 12:52:33 -0300
commitd6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195 (patch)
treef33a75f202e49dd783cdb08f6ec47dbb6c56059c
parentd6b16f2d36867b25a08f1451f48b5a6ead8d5183 (diff)
downloadpuppet-php-d6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195.tar.gz
puppet-php-d6c4448ef33d3ab3fdc3cbf9b5eaaae2a8592195.tar.bz2
Fix php::fpm::pool config
-rw-r--r--manifests/resources.pp4
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)