X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/30dd425ca92e70fb558ca28078533120332e01d2..1eebadd9e2c2ffe0013eddfc00248f55ad6e7648:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index 2e48b43d5..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,6 +225,9 @@ suites: taginfo: sites: - name: taginfo.example.com + - name: tile + run_list: + - recipe[tile::default] - name: tilecache run_list: - recipe[tilecache::default]