Commit 0b7fd5d
committed
Allow
If none of the input variables are `Deferred`, then `deferrable_epp`
returns the result of calling normal `epp`.
The `epp` function however will return a `Sensitive` if any of the
variables it was called with were `Sensitive`.
See puppetlabs/puppet#8330
Adding `Sensitive[String]` to the list of allowed return types fixes
this.deferrable_epp to return a Sensitive[String]
1 parent cfdfc9f commit 0b7fd5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments