saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[DOCS] Pillar include subkey separator not documented #66622

Open hramrach opened 3 weeks ago

hramrach commented 3 weeks ago

Description Pillar include subkey separator not documented

Suggested Fix Document how to include pillar data in a key other than toplevel

Type of documentation Salt documentation

Location or format of documentation https://docs.saltproject.io/en/latest/topics/pillar/index.html#including-other-pillars

Additional context The subkey separator is shown as colon eg. here https://github.com/saltstack/salt/pull/58736/files#diff-4df8c90e2fa6fc620b2cffe4e099fef19f6245822ecef60acddd4c4acadf65d0R39-R41 but it is not documented.