-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
missing hiera lookup_options #196
Comments
Can't you specify that in your own Hiera? I'm not sure if modules should be opinionated on it. |
Indeed, you can do this in your own hiera data, like I do in my |
Sure, but I thought it might be most people need this too. And it shouldn't harm current installations. |
It may harm current installations if they have three layers common , env, site and they are not expecting a merge. |
Sure can be closed as I don't use the code anymore. |
Please add merge options, so one can add entries in all hiera layers.
Example:
You have three hiera layers (common, env, node) and you'd like to merge "systemd::loginctl_users" from env and node, it's currently not possible.
Solution
common.yaml:
Docs: https://puppet.com/docs/puppet/7.6/hiera_merging.html#setting_lookup_options_to_refine_the_result_of_a_lookup
Thank you
The text was updated successfully, but these errors were encountered: