We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e70134 commit ee488f9Copy full SHA for ee488f9
chef/cookbooks/crowbar/recipes/default.rb
@@ -279,7 +279,7 @@
279
if node[:crowbar][:network].key?(:admin) && node[:crowbar].key?(:apache)
280
address = node[:crowbar][:network][:admin][:address]
281
protocol = node[:crowbar][:apache][:ssl] ? "https" : "http"
282
- server = "#{protocol}://#{address}"
+ server = "#{protocol}://#{NetworkHelper.wrap_ip(address)}"
283
verify_ssl = !node[:crowbar][:apache][:insecure]
284
else
285
server = nil
0 commit comments