X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bd9b2b0eb8b47c6a3ca6617a4dcdf821fde761f0..a2d428ab723b899ad865307c57f6dabb9c0b78af:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 51f0fc43e..20147d088 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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]