X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a85b69649f628ef919c0709d83f034fd1f039c8b..3b34c7718e74b79167c426a52b52f78bcc5ef600:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index d3ad97d43..0eebce5fe 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -98,6 +98,10 @@ suites: apt: sources: - openstreetmap + - name: memcached + run_list: + - recipe[munin::default] + - recipe[memcached::default] - name: munin run_list: - recipe[munin::default] @@ -110,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] @@ -124,6 +142,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]