File tree 3 files changed +21
-43
lines changed
3 files changed +21
-43
lines changed Original file line number Diff line number Diff line change 22
22
# Test Kitchen
23
23
.kitchen /
24
24
.kitchen.local.yml
25
+
26
+ # RVM
27
+ /.ruby-gemset
28
+ /.ruby-version
Original file line number Diff line number Diff line change @@ -4,52 +4,23 @@ driver:
4
4
5
5
provisioner :
6
6
name : chef_solo
7
+ require_chef_omnibus : 12.5.1
7
8
8
9
platforms :
9
10
- name : ubuntu-12.04
10
- driver_config :
11
- box : ubuntu/precise64
12
- box_url : https://atlas.hashicorp.com/ubuntu/boxes/precise64/versions/20150730.1.0/providers/virtualbox.box
13
11
- name : ubuntu-14.04
14
- driver_config :
15
- box : ubuntu/trusty64
16
- box_url : https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150609.0.10/providers/virtualbox.box
17
- - name : centos-6.4
18
- driver_config :
19
- box : opscode-centos-6.4
20
- box_url : https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
21
- - name : centos-6.5
22
- driver_config :
23
- box : opscode-centos-6.5
24
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
25
- - name : centos-7.1
26
- driver_config :
27
- box : opscode-centos-7.1
28
- box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box
29
- - name : oracle-6.4
30
- driver_config :
31
- box : oracle-6.4
32
- box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
33
- - name : oracle-6.5
34
- driver_config :
35
- box : oracle-6.5
36
- box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
37
- - name : debian-6
38
- driver_config :
39
- box : ffuenf/debian-6.0.10-amd64
40
- box_url : https://atlas.hashicorp.com/ffuenf/boxes/debian-6.0.10-amd64/versions/1.0.11/providers/virtualbox.box
41
- - name : debian-7
42
- driver_config :
43
- box : debian/wheezy64
44
- box_url : https://atlas.hashicorp.com/debian/boxes/wheezy64/versions/7.8.5/providers/virtualbox.box
45
- - name : debian-8
46
- driver_config :
47
- box : debian/jessie64
48
- box_url : https://atlas.hashicorp.com/debian/boxes/jessie64/versions/8.1.0/providers/virtualbox.box
12
+ - name : ubuntu-16.04
13
+ - name : centos-6.8
14
+ - name : centos-7.2
15
+ - name : debian-7.11
16
+ - name : debian-8.6
17
+ - name : fedora-23
18
+ - name : fedora-24
19
+ - name : opensuse-leap-42.1
20
+ - name : opensuse-13.2
49
21
50
22
verifier :
51
23
name : inspec
52
- sudo : true
53
24
54
25
suites :
55
26
- name : default
Original file line number Diff line number Diff line change @@ -12,15 +12,18 @@ This cookbook provides secure ssh-client and ssh-server configurations.
12
12
13
13
## Requirements
14
14
15
- * Opscode chef
15
+ * Chef >= 12.5.1
16
16
17
17
### Platform
18
18
19
19
- Debian 7, 8
20
20
- Ubuntu 12.04, 14.04, 16.04
21
- - RHEL 6.6, 6.7, 7
22
- - CentOS 6.6, 6.7, 7
23
- - OracleLinux 6.6, 6.7, 7
21
+ - RHEL 6, 7
22
+ - CentOS 6, 7
23
+ - Oracle Linux 6, 7
24
+ - Fedora 23, 24
25
+ - OpenSuse Leap 42.1
26
+ - OpenSuse 13.2
24
27
25
28
## Attributes
26
29
You can’t perform that action at this time.
0 commit comments