]> git.openstreetmap.org Git - chef.git/blobdiff - roles/foundation.rb
tilecache: specify correct token key encoding
[chef.git] / roles / foundation.rb
index b19ebfc3cced265a20a80538997a344681bb8a26..338d1ab4cbd5174992fdab88c55701e617929481 100644 (file)
@@ -8,11 +8,14 @@ default_attributes(
     :keepalive => false
   },
   :apt => {
-    :sources => ["passenger"]
+    :sources => ["passenger", "brightbox-ruby-ng"]
   },
   :elasticsearch => {
     :cluster => {
       :name => "foundation"
+    },
+    :script => {
+      :disable_dynamic => false
     }
   },
   :memcached => {
@@ -26,5 +29,7 @@ run_list(
   "role[crm]",
   "role[elasticsearch]",
   "recipe[foundation::wiki]",
-  "recipe[foundation::board]"
+  "recipe[foundation::board]",
+  "recipe[foundation::dwg]",
+  "recipe[foundation::owg]"
 )