description "Master role applied to muirdris"
default_attributes(
+ :memcached => {
+ :memory_limit => 128 * 1024
+ },
:networking => {
:interfaces => {
:internal_ipv4 => {
)
run_list(
- "role[equinix-dub]"
+ "role[equinix-dub]",
+ "role[gps-tile]"
)