X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ade44d5bd9baa4381024780db602de3d9e75fa28..1dfb3a0bf24b6c261191fff05c632f8f6331e038:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index e383bd272..15e1dc2e2 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -87,6 +87,9 @@ suites: - name: forum run_list: - recipe[forum::default] + - name: ftp + run_list: + - recipe[ftp::default] - name: geodns run_list: - recipe[geodns::default] @@ -99,6 +102,12 @@ suites: - name: geoipupdate run_list: - recipe[geoipupdate::default] + - name: gps-tile + run_list: + - recipe[gps-tile::default] + - name: hardware + run_list: + - recipe[hardware::default] - name: incron run_list: - recipe[incron::default] @@ -145,6 +154,9 @@ suites: - name: osmosis run_list: - recipe[osmosis::default] + - name: osqa + run_list: + - recipe[osqa::default] - name: otrs run_list: - recipe[otrs::default] @@ -213,6 +225,9 @@ suites: - name: tools run_list: - recipe[tools::default] + - name: trac + run_list: + - recipe[trac::default] - name: web-backend run_list: - recipe[web::backend]