From 3dd026f899dd4b215816b34f698569be00171faf Mon Sep 17 00:00:00 2001 From: tejaycar Date: Wed, 11 Jun 2014 13:41:58 -0400 Subject: [PATCH] #57 - Fixing attributes bug in README Signed-off-by: Sean OMeara --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c797b54..e4be15b 100644 --- a/README.md +++ b/README.md @@ -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.