X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4d7891cf143ef69add60a83318ba6d7f109c0bac..398274734787c764e4ff5890231162dfdac9d339:/cookbooks/web/recipes/base.rb diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index 2c943c624..6fe8c7f5d 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -17,13 +17,7 @@ # limitations under the License. # -node.default[:nfs]["/store/rails"] = { - :host => node[:web][:fileserver], - :path => "/store/rails" -} - include_recipe "accounts" -include_recipe "nfs" directory node[:web][:base_directory] do group "rails"