]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Merge pull request #276 from Firefishy/git-timeout-tweak
[chef.git] / .kitchen.yml
index ec4e81755f4852c06720bf0c51fa20a8d21a9bda..a1a674889c4dde5ce3981d6720c917175a5cc434 100644 (file)
@@ -87,6 +87,9 @@ suites:
   - name: forum
     run_list:
       - recipe[forum::default]
+  - name: ftp
+    run_list:
+      - recipe[ftp::default]
   - name: geodns
     run_list:
       - recipe[geodns::default]
@@ -102,6 +105,9 @@ suites:
   - name: gps-tile
     run_list:
       - recipe[gps-tile::default]
+  - name: hardware
+    run_list:
+      - recipe[hardware::default]
   - name: incron
     run_list:
       - recipe[incron::default]
@@ -203,6 +209,12 @@ suites:
   - name: stateofthemap
     run_list:
       - recipe[stateofthemap::default]
+  - name: subversion
+    run_list:
+      - recipe[subversion::default]
+  - name: supybot
+    run_list:
+      - recipe[supybot::default]
   - name: switch2osm
     run_list:
       - recipe[switch2osm::default]
@@ -213,12 +225,18 @@ suites:
       taginfo:
         sites:
           - name: taginfo.example.com
+  - name: tile
+    run_list:
+      - recipe[tile::default]
   - name: tilecache
     run_list:
       - recipe[tilecache::default]
   - name: tools
     run_list:
       - recipe[tools::default]
+  - name: trac
+    run_list:
+      - recipe[trac::default]
   - name: web-backend
     run_list:
       - recipe[web::backend]