]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Make web frontends use backends in the same location
[chef.git] / roles / ic.rb
index ea4d17b7a6814d58f34ba64de44cc7c78a389e68..16ff9ca485942b234d35f8511c73a8f5edcb88cc 100644 (file)
@@ -14,9 +14,6 @@ default_attributes(
         :inet => {
           :prefix => "27",
           :gateway => "146.179.159.177"
-        },
-        :inet6 => {
-          :method => "manual"
         }
       },
       :external => {
@@ -31,6 +28,9 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w(rails1 rails2 rails3)
   }
 )