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
this works as intended. with the PR i made the "double lookup" was fixed. puppet looks-up class parameter per default. so having the parameter looked up by puppet and then do a manual lookup overwrites the merge behavior which you can define in your common.yaml (or another hiera yaml file).
having the module work like this you can define the lookup variant you want. simply add:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
use hiera to configure php::extensions
What are you seeing
hiera is not deep merging anymore
What behaviour did you expect instead
hiera should deep merge php:extensions, as well as for all other lookups
Output log
Any additional information you'd like to impart
the relevant pull request is this one: commit
this basically makes merging using hiera impossible, please revert this as soon as possible or explain
The text was updated successfully, but these errors were encountered: