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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet v3.8.4
What are you seeing
In the /etc/puppet/hiera.yaml the values in a hierarchy are completed strings but should be with some variables. According to the README it should work in other way.
What behavior did you expect instead
After the puppet executes the code my hiera.yaml file looks as below:
Well, in fact README doesn't explain the way to "feed" class parameters via hiera itself. According to this ticket, you must define your hierarchy this way:
Affected Puppet, Ruby, OS and module versions/distributions
Puppet v3.8.4
What are you seeing
In the /etc/puppet/hiera.yaml the values in a hierarchy are completed strings but should be with some variables. According to the README it should work in other way.
What behavior did you expect instead
After the puppet executes the code my hiera.yaml file looks as below:
But should...:
If I "escape" the special characters I have a mess in my hiera.yaml:
Configuration:
Output:
How did this behavior get triggered
My configuration for THIS host in hieradata is:
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: