X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..a0858dce1ce11c24de0103a341bc0ea8f75154ea:/cookbooks/web/recipes/base.rb?ds=inline diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index 2258b3f84..374c970b4 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 02775