]> git.openstreetmap.org Git - chef.git/commitdiff
Complete reset back to pre-reboot configuration. Finally.
authorMatt Amos <zerebubuth@gmail.com>
Wed, 20 Jul 2016 01:19:30 +0000 (02:19 +0100)
committerMatt Amos <zerebubuth@gmail.com>
Wed, 20 Jul 2016 01:19:54 +0000 (02:19 +0100)
cookbooks/web/templates/default/apache.frontend.erb

index 9657d88a63602e14b59aabc96552bd56612e7b19..ad5158d5e0d44961c0df837f29cbe89ee5830413 100644 (file)
   #
   <Proxy balancer://backend>
     ProxySet lbmethod=bybusyness
-<% (node[:web][:backends] + ["rails4.bm", "rails5.bm"]).each do |backend| -%>
+<% node[:web][:backends].each do |backend| -%>
 <% if port == 443 -%>
     BalancerMember https://<%= backend %> disablereuse=on
 <% else -%>