X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2b2961718a325af20aa7de5df922907f39c350c4..542f29d0f63b45e94240ca498cb9cfee7a7a2697:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 89cbf3aba..6c8d8a4bb 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -82,6 +82,9 @@ suites: - name: exim run_list: - recipe[exim::default] + - name: fail2ban + run_list: + - recipe[fail2ban::default] - name: forum run_list: - recipe[accounts::default] @@ -95,6 +98,10 @@ suites: apt: sources: - openstreetmap + - name: memcached + run_list: + - recipe[munin::default] + - recipe[memcached::default] - name: munin run_list: - recipe[munin::default] @@ -107,9 +114,15 @@ suites: - name: networking run_list: - recipe[networking::default] + - 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]