Skip to content
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

Add a more robust example of how config files are parsed. #126

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

ipanova
Copy link
Contributor

@ipanova ipanova commented Oct 25, 2024

configuration_files_specification.md: show how configs are evaluated
from different drop-in dirs in combination with colliding names and also
having separate config files.

@ipanova
Copy link
Contributor Author

ipanova commented Oct 25, 2024

@keszybz let me now if the wording is ok.

configuration_files_specification.md: show how configs are evaluated
from different drop-in dirs in combination with colliding names and
also having separate config files.

Signed-off-by: Ina Panova <[email protected]>
Copy link
Member

@keszybz keszybz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@keszybz keszybz merged commit ff86292 into uapi-group:main Oct 25, 2024
1 check passed
/usr/lib/foo/bar.conf
/etc/foo/bar.conf (overrides /usr/lib/foo/bar.conf)
/usr/lib/foo/bar.conf.d/a.conf
/etc/foo/bar.conf.d/a.conf (/usr/lib/foo/bar.conf.d/a.conf)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"overrides" in the parentheses, just like above, would be a bit nicer.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, i just missed that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants