]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Drop outgoing mail overrides that are no longer needed
[chef.git] / roles / noquiklos.rb
index e532e261607de44d2b705027423e750aaa27cd7f..99f2a459c0c6c022c6b29f7a5349c32f80598b6e 100644 (file)
@@ -2,6 +2,9 @@ name "noquiklos"
 description "Master role applied to noquiklos"
 
 default_attributes(
+  :memcached => {
+    :memory_limit => 24 * 1024
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -21,7 +24,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-dl360-g6]",
   "role[gps-tile]"
 )