-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiera merge with multiple yaml files #614
Comments
Is this a feature that many people are interested in? To me, hiera merge is less useful for nginx configs, but I'm sure there are use cases where it could be very helpful. I'm a bit concerned with the unintended consequences this could have for people's existing configs. Additionally, since you can't do hiera merge in the parameters section of a class, this would be a pretty big change in terms of the basic plumbing in the module (though it is something we could look at when we restructure stuff). |
This is very useful! For example if you put all basic stuff in a |
imo, this whole "feature" should be ripped out, or, at the very least, replaced with |
@igalic I'm not sure which feature you're referring to above. Do you mean |
Hi,
I have a problem with including multiple yaml files and hiera.
Currently only the last vhost etc. from the last yaml file will be included.
It is the actual problem from #426
The problem is in the init.pp
With a previous hiera_hash it works, because now all hiera hashes are included.
It seems a good idea to hiera_hash all resources before creating them....
Greetings Jan
The text was updated successfully, but these errors were encountered: