]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Added wiki test to Github Actions configuration
[chef.git] / .kitchen.yml
index c116e2411ab8597fe899871e1d1e14372ed7cef2..1f71e92cd36109cc78ea7783062518d3281920b3 100644 (file)
@@ -141,6 +141,9 @@ suites:
   - name: incron
     run_list:
       - recipe[incron::default]
+  - name: irc
+    run_list:
+      - recipe[irc::default]
   - name: kibana
     run_list:
       - recipe[kibana::default]
@@ -320,3 +323,10 @@ suites:
   - name: wordpress
     run_list:
       - recipe[wordpress::default]
+  - name: wiki
+    run_list:
+      - recipe[apt::default]
+      - recipe[accounts::default]
+      - recipe[munin::default]
+      - recipe[wiki]
+      - role[wiki]