X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba65c5618d3113373c0f3306ce993917fc2af23a..9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index db9eb9680..03549801f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -89,6 +89,9 @@ suites: attributes: apache: mpm: prefork + - name: geoipupdate + run_list: + - recipe[geoipupdate::default] - name: incron run_list: - recipe[incron::default] @@ -139,6 +142,9 @@ suites: - name: otrs run_list: - recipe[otrs::default] + - name: passenger + run_list: + - recipe[passenger::default] - name: planet run_list: - recipe[planet::default] @@ -169,3 +175,15 @@ suites: - name: tools run_list: - recipe[tools::default] + - name: web-backend + run_list: + - recipe[web::backend] + - name: web-cgimap + run_list: + - recipe[web::cgimap] + - name: web-frontend + run_list: + - recipe[web::frontend] + - name: web-rails + run_list: + - recipe[web::rails]