]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Expect munin to use an IPv6 socket
[chef.git] / .kitchen.yml
index 22cd1a636cb85b54ffddba602d5bf0fd416e4643..d994aee92d4779851f513dcb89c8ca1bd67dcfd1 100644 (file)
@@ -72,9 +72,19 @@ suites:
     attributes:
       apache:
         mpm: prefork
+  - name: donate
+    run_list:
+      - recipe[accounts::default]
+      - role[donate]
+    attributes:
+      apache:
+        mpm: prefork
   - name: exim
     run_list:
       - recipe[exim::default]
+  - name: fail2ban
+    run_list:
+      - recipe[fail2ban::default]
   - name: forum
     run_list:
       - recipe[accounts::default]
@@ -88,6 +98,10 @@ suites:
       apt:
         sources:
           - openstreetmap
+  - name: memcached
+    run_list:
+      - recipe[munin::default]
+      - recipe[memcached::default]
   - name: munin
     run_list:
       - recipe[munin::default]
@@ -103,6 +117,9 @@ suites:
   - name: ntp
     run_list:
       - recipe[ntp::default]
+  - name: openssh
+    run_list:
+      - recipe[openssh::default]
   - name: otrs
     run_list:
       - recipe[accounts::default]