We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f6235 commit 0e20673Copy full SHA for 0e20673
manifests/instance.pp
@@ -608,7 +608,7 @@
608
609
# TODO: Rely on https://github.com/puppetlabs/puppetlabs-stdlib/pull/1425
610
# once available.
611
- if $_template_params.stdlib::nested_values.any |$value| { $value.is_a(Deferred) } {
+ if $_template_params.any |$value| { $value.is_a(Deferred) } {
612
$_template_params_escaped = $_template_params.map | $_var , $_value | {
613
if $_value.is_a(Deferred) {
614
{ $_var => "<%= \$${_var} %>" }
0 commit comments