blob: 095badd35a6629644cb6d5bc268943b13c0a78ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
driver:
name: vagrant
customize:
cpus: 4
memory: 2048
provisioner:
name: chef_github
chef_omnibus_url: "https://omnitruck.chef.io/current/install.sh"
chef_omnibus_install_options: "-n"
github_owner: "chef"
github_repo: "chef"
refname: <%= %x(git rev-parse HEAD) %>
data_path: test/fixtures
client_rb:
diff_disabled: true
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
# needs updates for 16.04
#- name: ubuntu-16.04
# needs updates for 7.2
#- name: centos-7.2
- name: centos-6.7
# needs fixing for 5.11
#- name: centos-5.11
suites:
- name: webapp
run_list:
- recipe[base::default]
- recipe[webapp::default]
attributes:
|