]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add test for nodejs cookbook
[chef.git] / .kitchen.yml
index 89cbf3aba7d26c7c3e7865081a7a72820701b8c7..6c8d8a4bbcb9ba611410340dac4645e013ca4c56 100644 (file)
@@ -82,6 +82,9 @@ suites:
   - name: exim
     run_list:
       - recipe[exim::default]
+  - name: fail2ban
+    run_list:
+      - recipe[fail2ban::default]
   - name: forum
     run_list:
       - recipe[accounts::default]
@@ -95,6 +98,10 @@ suites:
       apt:
         sources:
           - openstreetmap
+  - name: memcached
+    run_list:
+      - recipe[munin::default]
+      - recipe[memcached::default]
   - name: munin
     run_list:
       - recipe[munin::default]
@@ -107,9 +114,15 @@ suites:
   - name: networking
     run_list:
       - recipe[networking::default]
+  - name: nodejs
+    run_list:
+      - recipe[nodejs::default]
   - name: ntp
     run_list:
       - recipe[ntp::default]
+  - name: openssh
+    run_list:
+      - recipe[openssh::default]
   - name: otrs
     run_list:
       - recipe[accounts::default]