]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add test for serverinfo cookbook
[chef.git] / .kitchen.yml
index f46a4d1f8b3e7947187adaac124c50c25ab91c38..13b3d46a38f813dbac60044c386914ca0b605e81 100644 (file)
@@ -159,9 +159,19 @@ suites:
     attributes:
       web:
         readonly_database_host: readonly
+  - name: postgresql
+    run_list:
+      - recipe[postgresql::default]
+    attributes:
+      postgresql:
+        versions:
+          - 10
   - name: python
     run_list:
       - recipe[python::default]
+  - name: serverinfo
+    run_list:
+      - recipe[serverinfo::default]
   - name: spamassassin
     run_list:
       - recipe[spamassassin::default]