]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
tilecache: remove block on Samsung browser
[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: blogs
32     run_list:
33       - recipe[accounts::default]
34       - recipe[blogs::default]
35   - name: forum
36     run_list:
37       - recipe[accounts::default]
38       - role[forum]
39   - name: letsencrypt
40     run_list:
41       - recipe[accounts::default]
42       - recipe[apt::default]
43       - role[letsencrypt]
44     attributes:
45       apt:
46         sources:
47           - openstreetmap
48   - name: munin
49     run_list:
50       - recipe[munin::default]
51   - name: munin-server
52     run_list:
53       - recipe[munin::server]
54   - name: mysql
55     run_list:
56       - recipe[mysql::default]
57   - name: networking
58     run_list:
59       - recipe[networking::default]
60   - name: otrs
61     run_list:
62       - recipe[accounts::default]
63       - recipe[chef::default]
64       - role[otrs]
65   - name: python
66     run_list:
67       - recipe[python::default]
68   - name: tools
69     run_list:
70       - recipe[tools::default]