X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0e9fb635dcf111b9220f57f025d4b8566b33bc76..e10c0f93c10de4729e932078569374a8eff58004:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index d994aee92..576c3e955 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -114,6 +114,17 @@ 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]