]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add test for incron cookbook
[chef.git] / .kitchen.yml
index 576c3e955e57f26d4aefea34022e92f3d2df1c46..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]
@@ -142,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]