X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e44c47b0fd84d13f70f56b1838bd213b7666ebb7..121252c9ad2a4debf5cd9189a46ee07ab0235923:/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" }