X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7e87085093c7714b71216c0c523e2f2e8676c324..da9a7a4c59377d9c45e028d0fecf6296889011e6:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 299d0f7d2..e3e658424 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -9,9 +9,15 @@ platforms: - name: ubuntu-16.04 suites: + - name: apt + run_list: + - recipe[apt::default] - name: munin run_list: - recipe[munin::default] + - name: networking + run_list: + - recipe[networking::default] - name: tools run_list: - recipe[tools::default]