Fix documentation around node['postfix']['main']['relayhost'] attribute

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Andy Gale 2014-10-28 16:35:32 -04:00 committed by Sean OMeara
parent 4143c363c1
commit bac7409e5f

View File

@ -90,7 +90,7 @@ Installs the postfix package and manages the service and the main configuration
For a more dynamic approach to discovery for the relayhost, see the `client` and `server` recipes below. For a more dynamic approach to discovery for the relayhost, see the `client` and `server` recipes below.
### client ### client
Use this recipe to have nodes automatically search for the mail relay based which node has the `node['postfix']['relayhost_role']` role. Sets the `node['postfix']['relayhost']` attribute to the first result from the search. Use this recipe to have nodes automatically search for the mail relay based which node has the `node['postfix']['relayhost_role']` role. Sets the `node['postfix']['main']['relayhost']` attribute to the first result from the search.
Includes the default recipe to install, configure and start postfix. Includes the default recipe to install, configure and start postfix.