X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7e87085093c7714b71216c0c523e2f2e8676c324..4b72a671e89f505b417a9ef47368187a17f4d252:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 299d0f7d2..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,9 +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]