]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Enable netplan for NZ tile caches
[chef.git] / roles / foundation.rb
index f306fe9254ec14ba51c7e187b674ddbf720347f4..9a2c2e553837c30fda36b4e030a889d73c2051aa 100644 (file)
@@ -8,15 +8,12 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger", "brightbox-ruby-ng"]
+    :sources => ["passenger"]
   },
   :elasticsearch => {
-    :version => "2.x",
+    :version => "5.x",
     :cluster => {
       :name => "foundation"
-    },
-    :script => {
-      :disable_dynamic => false
     }
   },
   :memcached => {
@@ -45,5 +42,6 @@ run_list(
   "recipe[foundation::wiki]",
   "recipe[foundation::board]",
   "recipe[foundation::dwg]",
+  "recipe[foundation::mwg]",
   "recipe[foundation::owg]"
 )