diff options
Diffstat (limited to 'manifests/resources.pp')
-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 b17383b..b2da701 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -1,6 +1,6 @@ class php::resources { - $configs = hiera('php::config', {}) - $pools = hiera('php::fpm::pool', {}) + $configs = lookup('php::config', undef, undef, {}) + $pools = lookup('php::fpm::pool', undef, undef, {}) # Apply instances create_resources('php::config', $configs) |