]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Ignore .kitchen.local.yml
[chef.git] / .kitchen.yml
1 ---
2 driver:
3   name: vagrant
4
5 provisioner:
6   name: chef_zero
7
8 platforms:
9   - name: ubuntu-16.04
10
11 suites:
12   - name: tools
13     run_list:
14       - recipe[tools::default]