We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44741e commit f320442Copy full SHA for f320442
1 file changed
.kitchen.yml
@@ -33,8 +33,14 @@ platforms:
33
box: opscode-centos-5.9
34
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
35
36
+- name: fedora-18
37
+ driver_config:
38
+ box: opscode-fedora-18
39
+ box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode-fedora-18_provisionerless.box
40
+
41
suites:
42
- name: openjdk
43
+ excludes: ["fedora-18"]
44
run_list: ["recipe[minitest-handler]", "recipe[java::openjdk]"]
45
attributes: {}
46
- name: openjdk-7
0 commit comments