#57 - Fixing attributes bug in README

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
tejaycar 2014-06-11 13:41:58 -04:00 committed by Sean OMeara
parent 80d37848cb
commit 3dd026f899

View File

@ -95,7 +95,7 @@ http://wiki.opscode.com/display/chef/Templates#Templates-TemplateLocationSpecifi
Usage
-----
On systems that should simply send mail directly to a relay, or out to the internet, use `recipe[postfix]` and modify the `node['postfix']['relayhost']` attribute via a role.
On systems that should simply send mail directly to a relay, or out to the internet, use `recipe[postfix]` and modify the `node['postfix']['main']['relayhost']` attribute via a role.
On systems that should be the MX for a domain, set the attributes accordingly and make sure the `node['postfix']['mail_type']` attribute is `master`. See __Examples__ for information on how to use `recipe[postfix::server]` to do this automatically.