X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/442c902d2c22314243121364e4dc33ee8be7915a..d51401753a69671e8cd68ed3f2b8789016f54396:/cookbooks/web/recipes/frontend.rb diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index cb712d458..4fa375fba 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -17,6 +17,9 @@ # limitations under the License. # +node.default[:memcached][:ip_address] = node.internal_ipaddress || "127.0.0.1" + +include_recipe "memcached" include_recipe "apache" include_recipe "web::rails" include_recipe "web::cgimap"