X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ce246db6e8428c50be3cb4c7035e8767f803271f..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 22cd1a636..d994aee92 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -72,9 +72,19 @@ suites: 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] @@ -88,6 +98,10 @@ suites: apt: sources: - openstreetmap + - name: memcached + run_list: + - recipe[munin::default] + - recipe[memcached::default] - name: munin run_list: - recipe[munin::default] @@ -103,6 +117,9 @@ suites: - name: ntp run_list: - recipe[ntp::default] + - name: openssh + run_list: + - recipe[openssh::default] - name: otrs run_list: - recipe[accounts::default]