]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add geodns map for nominatim
[chef.git] / .kitchen.yml
index d994aee92d4779851f513dcb89c8ca1bd67dcfd1..0eebce5fea3ce42e0aa3a8a1ab361b6c70446db8 100644 (file)
@@ -114,6 +114,17 @@ 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]
   - name: ntp
     run_list:
       - recipe[ntp::default]
@@ -131,6 +142,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]