X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e00c2b061d3fc3e14464e5102920b244eda4ee7f..9fd05da5f2fa4c8149cde8bb56dd9cb35d2f6784:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index f9ac5d243..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] @@ -191,6 +187,9 @@ suites: - name: mailman run_list: - recipe[mailman::default] + - name: matomo + run_list: + - recipe[matomo::default] - name: memcached run_list: - recipe[memcached::default] @@ -248,9 +247,6 @@ suites: - name: php-fpm run_list: - recipe[php::fpm] - - name: piwik - run_list: - - recipe[piwik::default] - name: planet run_list: - recipe[planet::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]