]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch site to readonly mode on ramoth
[chef.git] / roles / web.rb
index a665c462d436a5ed592f4b9478f02580b7b34c40..fdc96a64cac01a5eb1b909f6e4a0bca8c3f8c03d 100644 (file)
@@ -10,9 +10,6 @@ default_attributes(
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :passenger => {
     :pool_idle_time => 0
   },
@@ -22,7 +19,3 @@ default_attributes(
     :readonly_database_host => "db-slave"
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)