We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having exclude.d and exclude.$(hostname).d will allow the inclusion of other exclude files that can be shared and mixed and matched between hosts.
exclude.d
exclude.$(hostname).d
If includes were implemented (#7) then this would be even more useful with include.d and include.$(hostname).d.
include.d
include.$(hostname).d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having
exclude.d
andexclude.$(hostname).d
will allow the inclusion of other exclude files that can be shared and mixed and matched between hosts.If includes were implemented (#7) then this would be even more useful with
include.d
andinclude.$(hostname).d
.The text was updated successfully, but these errors were encountered: