]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Upgrade cgimap automatically
[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: apt
13     run_list:
14       - recipe[apt::default]
15   - name: munin
16     run_list:
17       - recipe[munin::default]
18   - name: networking
19     run_list:
20       - recipe[networking::default]
21   - name: tools
22     run_list:
23       - recipe[tools::default]