X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..5e01e28d3970940f3be03d7bfa514373175caad8:/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"