Title: Message Title
Melissa Stone commented on an issue
Hiera / Bug HI-231
Hiera's recursion breaks if a backend returns nil
We have hiera using the result of a hiera call as a data source, like this:

<pre>
:backends:
 - site
 - yaml
:hierarchy:
 - %{hiera('site')}
 - defaults
</pre>

The "site" backend can return either nil (no data found), or a string representing the "site code" (i.e LAB), so that we can then have a specific YAML file per site.

This all works ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to