]> git.openstreetmap.org Git - chef.git/commitdiff
Drop NFS mount from database servers
authorTom Hughes <tom@compton.nu>
Sun, 6 Mar 2022 12:21:13 +0000 (12:21 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 6 Mar 2022 12:23:56 +0000 (12:23 +0000)
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]"
-)