mburns / paramount

Use Chef to configure your personal online software stack
http://mburns.github.io/paramount
Apache License 2.0
2 stars 1 forks source link

use _prefix for internal recipes #127

Closed mburns closed 7 years ago

mburns commented 7 years ago

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).