]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Fix comment for unneeded package
[chef.git] / .kitchen.yml
index 8b7c6b2a8e67cc052a1f43b50d86461595bafb74..994885126ed72373e9cbbbf43bf3bb1e68b5f23b 100644 (file)
@@ -141,6 +141,9 @@ suites:
   - name: incron
     run_list:
       - recipe[incron::default]
+  - name: irc
+    run_list:
+      - recipe[irc::default]
   - name: kibana
     run_list:
       - recipe[kibana::default]
@@ -165,6 +168,9 @@ suites:
               paths:
                 - /var/log/apache2/access.log
               type: apache
+  - name: mail
+    run_list:
+      - role[mail]
   - name: mailman
     run_list:
       - recipe[mailman::default]
@@ -259,6 +265,9 @@ suites:
   - name: squid
     run_list:
       - recipe[squid::default]
+  - name: ssl
+    run_list:
+      - recipe[ssl::default]
   - name: stateofthemap
     run_list:
       - recipe[stateofthemap::default]
@@ -271,6 +280,12 @@ suites:
   - name: switch2osm
     run_list:
       - recipe[switch2osm::default]
+  - name: sysctl
+    run_list:
+      - recipe[sysctl::default]
+  - name: sysfs
+    run_list:
+      - recipe[sysfs::default]
   - name: taginfo
     run_list:
       - recipe[taginfo::default]
@@ -284,6 +299,9 @@ suites:
   - name: tilecache
     run_list:
       - recipe[tilecache::default]
+  - name: tilelog
+    run_list:
+      - recipe[tilelog::default]
   - name: tools
     run_list:
       - recipe[tools::default]
@@ -302,3 +320,9 @@ suites:
   - name: web-rails
     run_list:
       - recipe[web::rails]
+  - name: wiki
+    run_list:
+      - recipe[wiki::default]
+  - name: wordpress
+    run_list:
+      - recipe[wordpress::default]