-
-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applied suggested changes by @lainedfles
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c99b0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep in mind that replacing
custom_cfg
with$CONFIGURATION_DIRECTORY
this way will prevent the admin from overriding, the rules directory used, using drop-in's if (s)he chooses so.If people like the idea of being able to override like that, we could undo THAT change...
If we undo that change, maybe we should rename
custom_cfg
intorules_path
orcustom_rules_path
to better reflect it's purpose 😉8c99b0e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although at second thought, the
ConfigurationDirectory=
setting could be overridden by the admin also... 🤦♀️