[COOK-3530] Move node['postfix']['relayhost'] to node['postfix']['main']['relayhost']
Signed-off-by: Seth Vargo <sethvargo@gmail.com>
This commit is contained in:
parent
4832ed7464
commit
330f140c71
@ -37,6 +37,6 @@ else
|
|||||||
relayhost = results.map {|n| n['ipaddress']}.first
|
relayhost = results.map {|n| n['ipaddress']}.first
|
||||||
end
|
end
|
||||||
|
|
||||||
node.set['postfix']['relayhost'] = "[#{relayhost}]"
|
node.set['postfix']['main']['relayhost'] = "[#{relayhost}]"
|
||||||
|
|
||||||
include_recipe "postfix"
|
include_recipe "postfix"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user