X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f5005ec395d870ace9cc54243dcf79f49150c6ce..141871be7be50fe092cef6c84cfc84f2393c3545:/cookbooks/web/recipes/backend.rb diff --git a/cookbooks/web/recipes/backend.rb b/cookbooks/web/recipes/backend.rb index 4c7bb9c1c..50e84c9df 100644 --- a/cookbooks/web/recipes/backend.rb +++ b/cookbooks/web/recipes/backend.rb @@ -17,6 +17,8 @@ # limitations under the License. # +node.default[:memcached][:ip_address] = node.internal_ipaddress + include_recipe "memcached" include_recipe "apache" include_recipe "web::rails"