X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/416e7757ab73dc606f49f55fac52ddc2b93edaa0..85b17e5bb5c6e47ed9bfbf57b9c3e6d68d3437ea:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 792949fa9..a1a674889 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -45,6 +45,9 @@ suites: - name: blogs run_list: - recipe[blogs::default] + - name: civicrm + run_list: + - recipe[civicrm::default] - name: clamav run_list: - recipe[clamav::default] @@ -84,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] @@ -96,6 +102,12 @@ suites: - name: geoipupdate run_list: - recipe[geoipupdate::default] + - name: gps-tile + run_list: + - recipe[gps-tile::default] + - name: hardware + run_list: + - recipe[hardware::default] - name: incron run_list: - recipe[incron::default] @@ -142,6 +154,9 @@ suites: - name: osmosis run_list: - recipe[osmosis::default] + - name: osqa + run_list: + - recipe[osqa::default] - name: otrs run_list: - recipe[otrs::default] @@ -179,6 +194,9 @@ suites: - name: python run_list: - recipe[python::default] + - name: rsyncd + run_list: + - recipe[rsyncd::default] - name: serverinfo run_list: - recipe[serverinfo::default] @@ -191,15 +209,34 @@ 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] + - name: taginfo + run_list: + - recipe[taginfo::default] + attributes: + 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]