modules/mu/config/cache_cluster.yml in cloud-mu-2.1.0beta vs modules/mu/config/cache_cluster.yml in cloud-mu-3.0.0beta

- old
+ new

@@ -1,23 +1,19 @@ <% if $complexity == "complex" %> name: redis -credentials: egtprod engine: redis creation_style: new size: cache.t2.medium name: memcache -credentials: egtprod creation_style: new engine: memcached size: cache.t2.medium <% else %> name: redis -credentials: egtprod engine: redis creation_style: new size: cache.t2.medium name: memcache -credentials: egtprod creation_style: new engine: memcached size: cache.t2.medium <% end %>