]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/frontend.rb
Spin up memcached on the web frontends
[chef.git] / cookbooks / web / recipes / frontend.rb
index cb712d458a5e2c82ccc3050a3836c9abee9a2abb..8104304d93f50b9c6a11ec6e100ab2a0578df2ce 100644 (file)
@@ -17,6 +17,9 @@
 # limitations under the License.
 #
 
+node.default[:memcached][:ip_address] = node.internal_ipaddress
+
+include_recipe "memcached"
 include_recipe "apache"
 include_recipe "web::rails"
 include_recipe "web::cgimap"