X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1eeb41f8cbd0f50b8d4d1e1e83b9e04398d36c9a..2b2961718a325af20aa7de5df922907f39c350c4:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index c2dc660fc..89cbf3aba 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -66,6 +66,19 @@ suites: roles: external: zone: test + - name: dmca + run_list: + - recipe[dmca::default] + attributes: + apache: + mpm: prefork + - name: donate + run_list: + - recipe[accounts::default] + - role[donate] + attributes: + apache: + mpm: prefork - name: exim run_list: - recipe[exim::default]