]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
177f20da9a049864ce2fcde1bf510f18ac099142
[chef.git] / .kitchen.yml
1 ---
2 driver:
3   name: vagrant
4   provision: true
5   vagrantfiles:
6     - .kitchen.provision.rb
7
8 provisioner:
9   name: chef_zero
10
11 platforms:
12   - name: ubuntu-16.04
13
14 suites:
15   - name: apt
16     run_list:
17       - recipe[apt::default]
18   - name: munin
19     run_list:
20       - recipe[munin::default]
21   - name: networking
22     run_list:
23       - recipe[networking::default]
24   - name: tools
25     run_list:
26       - recipe[tools::default]