]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Avoid generating a certificate when we don't need one
[chef.git] / roles / web.rb
index fdc96a64cac01a5eb1b909f6e4a0bca8c3f8c03d..dce003b3da9acf40909b1fce6c902aad16a1f05d 100644 (file)
@@ -14,8 +14,11 @@ default_attributes(
     :pool_idle_time => 0
   },
   :web => {
-    :status => "database_readonly",
-    :database_host => "db-slave",
-    :readonly_database_host => "db-slave"
+    :status => "online",
+    :memcached_servers => %w(rails1.ic rails2.ic rails3.ic)
   }
 )
+
+run_list(
+  "role[web-db]"
+)