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.
2 parents f8845d3 + 0506dde commit bdf14f5Copy full SHA for bdf14f5
functions/deferrable_epp.pp
@@ -5,7 +5,7 @@
5
# use facts, class variables, and other variables in scope. This is because when deferred, we
6
# have to explicitly pass the entire scope to the client.
7
#
8
-function stdlib::deferrable_epp(String $template, Hash $variables) >> Variant[String, Deferred] {
+function stdlib::deferrable_epp(String $template, Hash $variables) >> Variant[String, Sensitive[String], Deferred] {
9
if $variables.any |$key, $value| { $value.is_a(Deferred) } {
10
Deferred(
11
'inline_epp',
0 commit comments