[COOK-3530] Move node['postfix']['relayhost'] to node['postfix']['main']['relayhost']

Signed-off-by: Seth Vargo <sethvargo@gmail.com>
This commit is contained in:
Mark Cornick 2013-09-09 23:17:10 -04:00 committed by Seth Vargo
parent 4832ed7464
commit 330f140c71

View File

@ -37,6 +37,6 @@ else
relayhost = results.map {|n| n['ipaddress']}.first
end
node.set['postfix']['relayhost'] = "[#{relayhost}]"
node.set['postfix']['main']['relayhost'] = "[#{relayhost}]"
include_recipe "postfix"