X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2b2961718a325af20aa7de5df922907f39c350c4..6620632b4abc48652c8374cfccbb9c14a8cb1968:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 89cbf3aba..d77de74ad 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -82,10 +82,16 @@ suites: - name: exim run_list: - recipe[exim::default] + - name: fail2ban + run_list: + - recipe[fail2ban::default] - name: forum run_list: - recipe[accounts::default] - role[forum] + - name: incron + run_list: + - recipe[incron::default] - name: letsencrypt run_list: - recipe[accounts::default] @@ -95,6 +101,10 @@ suites: apt: sources: - openstreetmap + - name: memcached + run_list: + - recipe[munin::default] + - recipe[memcached::default] - name: munin run_list: - recipe[munin::default] @@ -107,9 +117,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] @@ -121,6 +145,10 @@ suites: - name: spamassassin run_list: - recipe[spamassassin::default] + - name: squid + run_list: + - recipe[apt::default] + - recipe[squid::default] - name: tools run_list: - recipe[tools::default]