X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9cd15acbf56a0b0d9561b353dfa63d856cfc0fff..c783d0a11851850072bcd05d6c87afab99fda211:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 9f87919ba..df5f78b82 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -105,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] @@ -166,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] @@ -206,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] @@ -216,6 +228,9 @@ suites: taginfo: sites: - name: taginfo.example.com + - name: tile + run_list: + - recipe[tile::default] - name: tilecache run_list: - recipe[tilecache::default]