]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Bring web site back online using karm
[chef.git] / roles / web.rb
index 26e1734947a0885da17a89f86bc32c8fc35818cc..dce003b3da9acf40909b1fce6c902aad16a1f05d 100644 (file)
@@ -15,7 +15,10 @@ default_attributes(
   },
   :web => {
     :status => "online",
-    :database_host => "db",
-    :readonly_database_host => "db-slave"
+    :memcached_servers => %w(rails1.ic rails2.ic rails3.ic)
   }
 )
+
+run_list(
+  "role[web-db]"
+)