X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dd10e93e2567a4dca1ff5c847be53b782db9265e..bdb0740403f851dfe9121638d9e0102507a633ec:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index c0371fa1a..e63b8b855 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -274,6 +274,12 @@ suites: - name: switch2osm run_list: - recipe[switch2osm::default] + - name: sysctl + run_list: + - recipe[sysctl::default] + - name: sysfs + run_list: + - recipe[sysfs::default] - name: taginfo run_list: - recipe[taginfo::default] @@ -287,6 +293,9 @@ suites: - name: tilecache run_list: - recipe[tilecache::default] + - name: tilelog + run_list: + - recipe[tilelog::default] - name: tools run_list: - recipe[tools::default] @@ -305,3 +314,6 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wordpress + run_list: + - recipe[wordpress::default]