X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1eeb41f8cbd0f50b8d4d1e1e83b9e04398d36c9a..e10c0f93c10de4729e932078569374a8eff58004:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index c2dc660fc..576c3e955 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -66,9 +66,25 @@ 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] + - name: fail2ban + run_list: + - recipe[fail2ban::default] - name: forum run_list: - recipe[accounts::default] @@ -82,6 +98,10 @@ suites: apt: sources: - openstreetmap + - name: memcached + run_list: + - recipe[munin::default] + - recipe[memcached::default] - name: munin run_list: - recipe[munin::default] @@ -94,9 +114,23 @@ suites: - name: networking run_list: - recipe[networking::default] + - name: nginx + run_list: + - recipe[munin::default] + - recipe[nginx::default] + attributes: + networking: + nameservers: + - 127.0.0.1 + - name: nodejs + run_list: + - recipe[nodejs::default] - name: ntp run_list: - recipe[ntp::default] + - name: openssh + run_list: + - recipe[openssh::default] - name: otrs run_list: - recipe[accounts::default]