X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/121252c9ad2a4debf5cd9189a46ee07ab0235923..2324d633f206c9360b4effe891a577aa57da74af:/cookbooks/web/recipes/base.rb diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index 6b70cb702..28bcf7679 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -17,13 +17,6 @@ # limitations under the License. # -node.default[:nfs]["/store/rails"] = { - :host => node[:web][:fileserver], - :path => "/store/rails" -} - -include_recipe "nfs" - directory node[:web][:base_directory] do group "rails" mode 0o2775