You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: the above is just an example. It should be possible to execute any Puppet function, like upcase, template, keys, profile::get_url, ...
Maybe limit to custom functions only, omitting Puppet DSL functions.
A recursion guard is indeed implemented in hiera 5. I wrote a puppet language backend (available in my github.com/hlindberg/tahu module that interprets all data as puppet language "snippets". With it is possible to call any function from within hiera data, and it does recursion checks.
It should be possible to call puppet functions directly from Hiera.
e.g.
Hiera should then return the epp parsed content.
How are we able to solve this?
Which syntax would be possible or recommended?
The text was updated successfully, but these errors were encountered: