X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bd9b2b0eb8b47c6a3ca6617a4dcdf821fde761f0..e53d3a5327ff8fd29d57a46bd3683f42e3acac17:/.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]