X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1dfb3a0bf24b6c261191fff05c632f8f6331e038..c783d0a11851850072bcd05d6c87afab99fda211:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 15e1dc2e2..df5f78b82 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -169,6 +169,9 @@ suites: - name: planet run_list: - recipe[planet::default] + - name: planet-current + run_list: + - recipe[planet::current] - name: planet-dump run_list: - recipe[planet::dump] @@ -209,6 +212,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] @@ -219,6 +228,9 @@ suites: taginfo: sites: - name: taginfo.example.com + - name: tile + run_list: + - recipe[tile::default] - name: tilecache run_list: - recipe[tilecache::default]