#68 -Properly handle binding to loopback on mixed IPV4/IPV6 systems

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Tim Smith
2014-06-11 14:04:34 -04:00
committed by Sean OMeara
parent e4c9b11039
commit e6b58b270b
10 changed files with 21 additions and 20 deletions

View File

@@ -4,6 +4,7 @@
###
<% @settings.sort.map do |key, value| -%>
<% next if value.nil? -%>
<% if value.kind_of? Array -%>
<%= "#{key} = #{value.join(', ')}"%>
<% else -%>