X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5dbcbc9fc104320252388249ad1fbb9984bb5339..da9a7a4c59377d9c45e028d0fecf6296889011e6:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index cc8065562..e3e658424 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -9,6 +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]