]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Drop NFS mount from database servers
[chef.git] / roles / db.rb
index a670b627a6ccf58adfb65d9281d6ad53b4c1c135..7ff450b2ffba85e698c8912a5f3fb2230865e241 100644 (file)
@@ -35,9 +35,6 @@ default_attributes(
       }
     }
   },
-  :nfs => {
-    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
-  },
   :postgresql => {
     :settings => {
       :defaults => {
@@ -66,7 +63,3 @@ default_attributes(
     }
   }
 )
-
-run_list(
-  "recipe[nfs]"
-)