X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/24c634aea798f7064635cf001cac0430bbc50b33..1dfb3a0bf24b6c261191fff05c632f8f6331e038:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index ec4e81755..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] @@ -102,6 +105,9 @@ suites: - name: gps-tile run_list: - recipe[gps-tile::default] + - name: hardware + run_list: + - recipe[hardware::default] - name: incron run_list: - recipe[incron::default] @@ -219,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]