]> git.openstreetmap.org Git - chef.git/blobdiff - roles/muirdris.rb
Drop outgoing mail overrides that are no longer needed
[chef.git] / roles / muirdris.rb
index f3717a54b753b23a1b750d5887d2f0ea74f56173..38ef43f3a9100f39aeb460248fbafd2304ee11fc 100644 (file)
@@ -2,6 +2,9 @@ name "muirdris"
 description "Master role applied to muirdris"
 
 default_attributes(
+  :memcached => {
+    :memory_limit => 128 * 1024
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -33,5 +36,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[gps-tile]"
 )