# limitations under the License.
#
+node.default[:memcached][:ip_address] = node.internal_ipaddress
+
include_recipe "memcached"
include_recipe "apache"
include_recipe "web::rails"
:secret_key_base => web_passwords["secret_key_base"]
end
-node.normal[:memcached][:ip_address] = node.internal_ipaddress
-
service "rails-jobs@storage" do
action [:enable, :start]
supports :restart => true