1
1
---
2
2
driver_plugin : vagrant
3
- driver_config :
4
- require_chef_omnibus : true
5
3
6
4
platforms :
7
5
- name : ubuntu-12.04
8
- driver_config :
9
- box : opscode-ubuntu-12.04
10
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
11
6
run_list :
12
7
- recipe[apt]
13
8
14
9
- name : ubuntu-10.04
15
- driver_config :
16
- box : opscode-ubuntu-10.04
17
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
18
10
run_list :
19
11
- recipe[apt]
20
12
21
- - name : debian-7.1.0
22
- driver_config :
23
- box : opscode-debian-7.1.0
24
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_debian-7.1.0_provisionerless.box
13
+ - name : debian-7.4
25
14
run_list :
26
15
- recipe[apt]
27
16
28
17
- name : centos-6.4
29
- driver_config :
30
- box : opscode-centos-6.4
31
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
32
18
33
- - name : centos-5.9
34
- driver_config :
35
- box : opscode-centos-5.9
36
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
19
+ - name : centos-5.10
37
20
38
21
suites :
39
22
- name : default
@@ -54,7 +37,7 @@ suites:
54
37
run_list :
55
38
- recipe[minitest-handler]
56
39
- recipe[postgresql]
57
- excludes : ["centos-5.9 ", "centos-6.4"]
40
+ excludes : ["centos-5.10 ", "centos-6.4"]
58
41
attributes :
59
42
postgresql :
60
43
enable_pgdg_apt : true
@@ -64,7 +47,7 @@ suites:
64
47
run_list :
65
48
- recipe[minitest-handler]
66
49
- recipe[postgresql]
67
- excludes : ["ubuntu-10.04", "ubuntu-12.04", "debian-7.1.0 "]
50
+ excludes : ["ubuntu-10.04", "ubuntu-12.04", "debian-7.4 "]
68
51
attributes :
69
52
postgresql :
70
53
enable_pgdg_yum : true
@@ -93,7 +76,7 @@ suites:
93
76
- recipe[minitest-handler]
94
77
- recipe[postgresql::ruby]
95
78
- recipe[postgresql::server]
96
- excludes : ["centos-5.9 ", "centos-6.4"]
79
+ excludes : ["centos-5.10 ", "centos-6.4"]
97
80
attributes :
98
81
postgresql :
99
82
enable_pgdg_apt : true
@@ -109,7 +92,7 @@ suites:
109
92
- recipe[minitest-handler]
110
93
- recipe[postgresql::ruby]
111
94
- recipe[postgresql::server]
112
- excludes : ["ubuntu-10.04", "ubuntu-12.04", "debian-7.1.0 "]
95
+ excludes : ["ubuntu-10.04", "ubuntu-12.04", "debian-7.4 "]
113
96
attributes :
114
97
postgresql :
115
98
enable_pgdg_yum : true
@@ -125,7 +108,7 @@ suites:
125
108
- recipe[minitest-handler]
126
109
- recipe[postgresql]
127
110
- recipe[postgresql::ruby]
128
- excludes : ["centos-5.9 ", "centos-6.4"]
111
+ excludes : ["centos-5.10 ", "centos-6.4"]
129
112
attributes :
130
113
postgresql :
131
114
enable_pgdg_apt : true
@@ -136,7 +119,7 @@ suites:
136
119
- recipe[minitest-handler]
137
120
- recipe[postgresql]
138
121
- recipe[postgresql::ruby]
139
- excludes : ["ubuntu-10.04", "ubuntu-12.04", "debian-7.1.0 "]
122
+ excludes : ["ubuntu-10.04", "ubuntu-12.04", "debian-7.4 "]
140
123
attributes :
141
124
postgresql :
142
125
enable_pgdg_yum : true
0 commit comments