]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Only try and restart munin-node if the munin recipe is applied
[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: bind
19     run_list:
20       - recipe[bind::default]
21   - name: munin
22     run_list:
23       - recipe[munin::default]
24   - name: networking
25     run_list:
26       - recipe[networking::default]
27   - name: tools
28     run_list:
29       - recipe[tools::default]