X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4d7db573fab8e8a55662104604236ffde29586c1..0fd66a3f0f75fd01d6d5a22570e9557158630e5a:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 84a501546..418b11cf8 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -318,6 +318,15 @@ suites: - name: stateofthemap run_list: - recipe[stateofthemap::default] + - name: stateofthemap-static + run_list: + - recipe[stateofthemap::static] + - name: stateofthemap-jekyll + run_list: + - recipe[stateofthemap::jekyll] + - name: stateofthemap-wordpress + run_list: + - recipe[stateofthemap::wordpress] - name: subversion run_list: - recipe[subversion::default]