From bac7409e5f4a1027430838547d0455f702dc7820 Mon Sep 17 00:00:00 2001 From: Andy Gale Date: Tue, 28 Oct 2014 16:35:32 -0400 Subject: [PATCH] Fix documentation around node['postfix']['main']['relayhost'] attribute Signed-off-by: Sean OMeara --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 676d014..bce9a32 100644 --- a/README.md +++ b/README.md @@ -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. ### 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.