Closed mburns closed 7 years ago
Swap recipe names, having a _ prefix means a recipe should not be called externally.
_
This makes the categorical recipes like paramount::email , which should build a complete email stack. Attributes can be used to disable feature.
paramount::email
fixes #20
Follow best practices, as we pull in more internally-managed components (eg. _postgrey).
_postgrey
What
Swap recipe names, having a
_
prefix means a recipe should not be called externally.This makes the categorical recipes like
paramount::email
, which should build a complete email stack. Attributes can be used to disable feature.fixes #20
Why
Follow best practices, as we pull in more internally-managed components (eg.
_postgrey
).