]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
Enable brightbox-ruby-ng on ridley
[chef.git] / roles / foundation.rb
index 52c38f765ea09cb24324856678bf08b19a93f078..338d1ab4cbd5174992fdab88c55701e617929481 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger"]
+    :sources => ["passenger", "brightbox-ruby-ng"]
   },
   :elasticsearch => {
     :cluster => {
   },
   :elasticsearch => {
     :cluster => {
@@ -29,5 +29,7 @@ run_list(
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )
 )