X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2324d633f206c9360b4effe891a577aa57da74af..9eda23f8bac4f032b34df5edaf4c49b2be66870a:/cookbooks/web/recipes/base.rb?ds=sidebyside diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index 28bcf7679..d5b30ba66 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -17,6 +17,13 @@ # limitations under the License. # +node.set[:nfs]["/store/rails"] = { + :host => node[:web][:fileserver], + :path => "/store/rails" +} + +include_recipe "nfs" + directory node[:web][:base_directory] do group "rails" mode 0o2775