Title: Message Title
Nicholas Fagerlund commented on an issue
Hiera / Bug HI-220
Interpolation functions can cause infinite recursion when used in the settings file
Given the following {{hiera.yaml}} file where an interpolation function is used to define the hierarchy:

{code}
---
:backends:
  - yaml
:logger: console
:hierarchy:
  - "roles/%{hiera('role')}"
  - common

:yaml:
   :datadir: /etc/puppet/environments/%{environment}/extdata
{code}

This will result in infinite recursion on any lookup:

{c...

--
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/groups/opt_out.

Reply via email to