Example from a config file:
listen_address: <%= node[:network][:interfaces][:eth1][:addresses].find{|k,v| v[:family] == "inet"}.first %>
Developer from somewhere
Example from a config file:
listen_address: <%= node[:network][:interfaces][:eth1][:addresses].find{|k,v| v[:family] == "inet"}.first %>