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
In testing I've noticed that this module seems to be using the native merge behavior in which the only merge going on will be top level merging, not recursive/deep merging. I tried enabling deep merging as the native merging in my hiera.yaml.
Seems like it would be the desired default (definitely for me) behavior to merge ALL matching data in the hiera data files for each user. Otherwise I'll be replicating a lot of code across my data layers.
EDIT: Realized I didn't specify my setup
Puppet -v: 3.8.7
Hiera -v: 1.3.4
PuppetServer -v: 1.1.3
The text was updated successfully, but these errors were encountered:
In testing I've noticed that this module seems to be using the native merge behavior in which the only merge going on will be top level merging, not recursive/deep merging. I tried enabling deep merging as the native merging in my hiera.yaml.
Seems like it would be the desired default (definitely for me) behavior to merge ALL matching data in the hiera data files for each user. Otherwise I'll be replicating a lot of code across my data layers.
EDIT: Realized I didn't specify my setup
Puppet -v: 3.8.7
Hiera -v: 1.3.4
PuppetServer -v: 1.1.3
The text was updated successfully, but these errors were encountered: