X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6157bab7abeae44abae9b58f7358779a86ad6437..55fc22bb3b3c7adfd60c2c4865e52d71c7de3572:/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