X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/542f29d0f63b45e94240ca498cb9cfee7a7a2697..9c7e80e4852590badc3d24263ba05168638fc3f0:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 6c8d8a4bb..0eebce5fe 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -114,6 +114,14 @@ 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] @@ -134,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]