X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/24c634aea798f7064635cf001cac0430bbc50b33..85b17e5bb5c6e47ed9bfbf57b9c3e6d68d3437ea:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index ec4e81755..a1a674889 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] @@ -203,6 +209,12 @@ suites: - name: stateofthemap run_list: - recipe[stateofthemap::default] + - name: subversion + run_list: + - recipe[subversion::default] + - name: supybot + run_list: + - recipe[supybot::default] - name: switch2osm run_list: - recipe[switch2osm::default] @@ -213,12 +225,18 @@ suites: taginfo: sites: - name: taginfo.example.com + - name: tile + run_list: + - recipe[tile::default] - name: tilecache run_list: - recipe[tilecache::default] - name: tools run_list: - recipe[tools::default] + - name: trac + run_list: + - recipe[trac::default] - name: web-backend run_list: - recipe[web::backend]