]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Update bundle
[chef.git] / .kitchen.yml
index 51f0fc43e9922439a9bcafdf43243eff63aa6e2d..20147d088b8ba0073b13d44caa75bcae6cda457c 100644 (file)
@@ -202,6 +202,9 @@ suites:
   - name: nodejs
     run_list:
       - recipe[nodejs::default]
+  - name: nominatim
+    run_list:
+      - recipe[nominatim::default]
   - name: ntp
     run_list:
       - recipe[ntp::default]
@@ -220,6 +223,15 @@ suites:
   - name: passenger
     run_list:
       - recipe[passenger::default]
+  - name: php
+    run_list:
+      - recipe[php::default]
+  - name: php-apache
+    run_list:
+      - recipe[php::apache]
+  - name: php-fpm
+    run_list:
+      - recipe[php::fpm]
   - name: piwik
     run_list:
       - recipe[piwik::default]