From bad71eebbea8b65ca86852460f483a4816f0c63f Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 11 Jun 2014 13:12:59 -0400 Subject: [PATCH] #44 - Attributes slightly messed up Signed-off-by: Sean OMeara --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a983206..c797b54 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,8 @@ The `base` role is applied to all nodes in the environment. name "base" run_list("recipe[postfix]") override_attributes( - "mail_type" => "client", "postfix" => { + "mail_type" => "client", "main" => { "mydomain" => "example.com", "myorigin" => "example.com",