X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0901083e8a05bbeff9057698e1eb981e55e8ceab..d7432f1a5f60be8afb30700440e12b8c5e28178a:/.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]