]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Add tests for accounts cookbook
[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   data_bags_path: test/data_bags
11
12 platforms:
13   - name: ubuntu-16.04
14
15 suites:
16   - name: accounts
17     run_list:
18       - recipe[accounts::default]
19   - name: apache
20     run_list:
21       - recipe[apache::default]
22   - name: apache-ssl
23     run_list:
24       - recipe[apache::ssl]
25   - name: apt
26     run_list:
27       - recipe[apt::default]
28   - name: bind
29     run_list:
30       - recipe[bind::default]
31   - name: munin
32     run_list:
33       - recipe[munin::default]
34   - name: munin-server
35     run_list:
36       - recipe[munin::server]
37   - name: networking
38     run_list:
39       - recipe[networking::default]
40   - name: tools
41     run_list:
42       - recipe[tools::default]