]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch back to read-write on katla
[chef.git] / roles / web.rb
index 0f977232ff651b67061b60d55eed1fd6939700ee..a57d2ec54dc7c9e133ca76eef0d37cd506726b47 100644 (file)
@@ -10,19 +10,12 @@ default_attributes(
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :passenger => {
     :pool_idle_time => 0
   },
   :web => {
     :status => "online",
-    :database_host => "db",
-    :readonly_database_host => "db"
+    :database_host => "katla.bm.openstreetmap.org",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)