X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/202690082d4ddcecd9f75ef359602d2dafab90c4..9cd15acbf56a0b0d9561b353dfa63d856cfc0fff:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index be107759a..9f87919ba 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] @@ -148,6 +151,9 @@ suites: - name: osmosis run_list: - recipe[osmosis::default] + - name: osqa + run_list: + - recipe[osqa::default] - name: otrs run_list: - recipe[otrs::default] @@ -216,6 +222,9 @@ suites: - name: tools run_list: - recipe[tools::default] + - name: trac + run_list: + - recipe[trac::default] - name: web-backend run_list: - recipe[web::backend]