]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Remove last traces of legacy certificate support
[chef.git] / roles / foundation.rb
index 4926edeb2e59fbdd990c471fc92f9f5a6613ba30..22f8dc3eb0f52ee170fc21cf9254b6a0168bdb7e 100644 (file)
@@ -8,9 +8,10 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger"]
+    :sources => ["passenger", "brightbox-ruby-ng"]
   },
   :elasticsearch => {
+    :version => "2.x",
     :cluster => {
       :name => "foundation"
     },
@@ -30,5 +31,6 @@ run_list(
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
   "recipe[foundation::board]",
-  "recipe[foundation::dwg]"
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )