X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9eda23f8bac4f032b34df5edaf4c49b2be66870a..ac5078a9f96753d4ff0853ec88cb8a2393fbb758:/cookbooks/web/recipes/base.rb?ds=sidebyside 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" }