X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6157bab7abeae44abae9b58f7358779a86ad6437..1952990836d6687ed4030bb95ca5f9e535eaf61f:/cookbooks/web/recipes/base.rb diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index 28bcf7679..6b70cb702 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -17,6 +17,13 @@ # limitations under the License. # +node.default[:nfs]["/store/rails"] = { + :host => node[:web][:fileserver], + :path => "/store/rails" +} + +include_recipe "nfs" + directory node[:web][:base_directory] do group "rails" mode 0o2775