X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba9dff51d4737f22436abe1359d3b24f7f69e8fd..ea48ac6d563c698f43fd018f40ca84f7ec28f110:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 84a501546..a54f1f29d 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -164,10 +164,6 @@ suites: - name: letsencrypt run_list: - recipe[letsencrypt::default] - attributes: - apt: - sources: - - openstreetmap - name: logstash run_list: - recipe[logstash::default] @@ -318,6 +314,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]