X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/753925a4d9fd0674520027113d558f791fa1726a..5778549669fd0cfa7ebc63c44c84afedb5ce6e17:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index e5ea0008e..e63b8b855 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -277,6 +277,9 @@ suites: - name: sysctl run_list: - recipe[sysctl::default] + - name: sysfs + run_list: + - recipe[sysfs::default] - name: taginfo run_list: - recipe[taginfo::default] @@ -290,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] @@ -308,3 +314,6 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wordpress + run_list: + - recipe[wordpress::default]