]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add tests for accounts cookbook
[chef.git] / .kitchen.yml
index 12ffa49142f46ae9a37577109bb3526fdb2ee937..e1328af0230237b6642ff3d5952fb8131467198a 100644 (file)
@@ -13,6 +13,9 @@ platforms:
   - name: ubuntu-16.04
 
 suites:
+  - name: accounts
+    run_list:
+      - recipe[accounts::default]
   - name: apache
     run_list:
       - recipe[apache::default]
@@ -28,6 +31,9 @@ suites:
   - name: munin
     run_list:
       - recipe[munin::default]
+  - name: munin-server
+    run_list:
+      - recipe[munin::server]
   - name: networking
     run_list:
       - recipe[networking::default]