X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/009d418c5fc174502409cc602be910df57033144..9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c:/cookbooks/web/recipes/base.rb diff --git a/cookbooks/web/recipes/base.rb b/cookbooks/web/recipes/base.rb index f2f7c16a9..450b35138 100644 --- a/cookbooks/web/recipes/base.rb +++ b/cookbooks/web/recipes/base.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: web +# Cookbook:: web # Recipe:: base # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,6 +22,7 @@ node.default[:nfs]["/store/rails"] = { :path => "/store/rails" } +include_recipe "accounts" include_recipe "nfs" directory node[:web][:base_directory] do