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
{{ message }}
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
Note: lookup options can be set in every hiera hierarchy.
Updated test code is in mulitple_environmenrs.
Node sse8epsu.example42.training has lookup option for profile::auth::sshd_config_allowgroups set to 'first' and in common it is set to 'unique'.
Hiera uses deep merge on lookup_options.
e.g.
Node specific:
lookup_options:
<key1>:
merge: deep
<key2>:
merge: first
convert_to: 'Sensitive'
common:
lookup_options:
<key1>:
merge: first
The text was updated successfully, but these errors were encountered:
Within a hiera hierarchy, one has the option to set the merge behavior using the key "lookup_options".
Example:
data/common.yaml
The following merge behavior options are possible:
The hiera key lookup_options should always be the very first in the list of keys (if set).
HDM should show the lookup_options providing a text message above the top hierarchy.
Note: lookup options can be set in every hiera hierarchy.
Updated test code is in mulitple_environmenrs.
Node sse8epsu.example42.training has lookup option for profile::auth::sshd_config_allowgroups set to 'first' and in common it is set to 'unique'.
Hiera uses deep merge on lookup_options.
e.g.
The text was updated successfully, but these errors were encountered: