File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ platforms:
21
21
driver_config :
22
22
box : opscode-centos-6.5
23
23
box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
24
- # - name: oracle-6.4
25
- # driver_config:
26
- # box: oracle-6.4
27
- # box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
24
+ - name : oracle-6.4
25
+ driver_config :
26
+ box : oracle-6.4
27
+ box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
28
28
- name : oracle-6.5
29
29
driver_config :
30
30
box : oracle-6.5
@@ -37,6 +37,10 @@ platforms:
37
37
driver_config :
38
38
box : debian-7
39
39
box_url : https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-7.7.0-amd64_virtualbox.box
40
+ - name : debian-8
41
+ driver_config :
42
+ box : debian-8
43
+ box_url : https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-8.0.0-amd64_virtualbox.box
40
44
suites :
41
45
- name : default
42
46
manifest : site.pp
Original file line number Diff line number Diff line change 5
5
language : ruby
6
6
bundler_args : --without development integration openstack
7
7
env :
8
+ - PUPPET_VERSION="~> 4.0.0"
9
+ - PUPPET_VERSION="~> 3.7.5"
10
+ - PUPPET_VERSION="~> 3.6.2"
8
11
- PUPPET_VERSION="~> 2.7.0"
9
- - PUPPET_VERSION="~> 3.0.0"
10
- - PUPPET_VERSION="~> 3.5.0"
11
- - PUPPET_VERSION="~> 3.6.0"
12
12
matrix :
13
13
fast_finish : true
14
14
exclude :
15
15
- rvm : 1.9.3
16
16
env : PUPPET_VERSION="~> 2.7.0"
17
17
- rvm : 2.0.0
18
18
env : PUPPET_VERSION="~> 2.7.0"
19
- - rvm : 2.0.0
20
- env : PUPPET_VERSION="~> 3.0.0"
You can’t perform that action at this time.
0 commit comments