X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/760a74abb5b6857fb62ceb5cbb537c7b40f69b0a..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/db.rb diff --git a/roles/db.rb b/roles/db.rb index a670b627a..7ff450b2f 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -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]" -)