X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9eda23f8bac4f032b34df5edaf4c49b2be66870a..1952990836d6687ed4030bb95ca5f9e535eaf61f:/cookbooks/web/recipes/base.rb diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index d5b30ba66..6b70cb702 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -17,7 +17,7 @@ # limitations under the License. # -node.set[:nfs]["/store/rails"] = { +node.default[:nfs]["/store/rails"] = { :host => node[:web][:fileserver], :path => "/store/rails" }