]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Switch site to readonly mode on ramoth
[chef.git] / roles / web.rb
index ea0684f16281ad70821c91848e2c6e37005e5be9..fdc96a64cac01a5eb1b909f6e4a0bca8c3f8c03d 100644 (file)
@@ -6,13 +6,10 @@ default_attributes(
     :users => {
       :rails => {
         :status => :role,
-        :members => [ :tomh, :grant ]
+        :members => [:tomh, :grant]
       }
     }
   },
-  :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]"
-)