X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0901083e8a05bbeff9057698e1eb981e55e8ceab..8955dab9362ef74768872c57ec936b27d7a0704e:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index cc8065562..e2667127e 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,6 +1,9 @@ --- driver: name: vagrant + provision: true + vagrantfiles: + - .kitchen.provision.rb provisioner: name: chef_zero @@ -9,6 +12,18 @@ platforms: - name: ubuntu-16.04 suites: + - name: apt + run_list: + - recipe[apt::default] + - name: bind + run_list: + - recipe[bind::default] + - name: munin + run_list: + - recipe[munin::default] + - name: networking + run_list: + - recipe[networking::default] - name: tools run_list: - recipe[tools::default]