puppetlabs / puppetlabs-stdlib

Puppet Labs Standard Library module
http://forge.puppetlabs.com/puppetlabs/stdlib
Apache License 2.0
348 stars 580 forks source link

(CONT-1023) - Enhancing deferrable_epp to support nested hash #1359

Closed Ramesh7 closed 1 year ago

Ramesh7 commented 1 year ago

Summary of Issue

Currently stdlib::deferrable_epp doesn't support well if the input variable is nested hash has Deferrable value .

Change

Adding support to evaluate the nested hash values to add support for nested hash.