]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add test for incron cookbook
[chef.git] / .kitchen.yml
index 6c8d8a4bbcb9ba611410340dac4645e013ca4c56..d77de74add0d1bf13db44705c4044484212f9539 100644 (file)
@@ -89,6 +89,9 @@ suites:
     run_list:
       - recipe[accounts::default]
       - role[forum]
+  - name: incron
+    run_list:
+      - recipe[incron::default]
   - name: letsencrypt
     run_list:
       - recipe[accounts::default]
@@ -114,6 +117,14 @@ suites:
   - name: networking
     run_list:
       - recipe[networking::default]
+  - name: nginx
+    run_list:
+      - recipe[munin::default]
+      - recipe[nginx::default]
+    attributes:
+      networking:
+        nameservers:
+          - 127.0.0.1
   - name: nodejs
     run_list:
       - recipe[nodejs::default]
@@ -134,6 +145,10 @@ suites:
   - name: spamassassin
     run_list:
       - recipe[spamassassin::default]
+  - name: squid
+    run_list:
+      - recipe[apt::default]
+      - recipe[squid::default]
   - name: tools
     run_list:
       - recipe[tools::default]