Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit 6a3d85c

Browse files
committed
update officially supported platforms:
* Debian 7.8 * Ubuntu 12.04 * Ubuntu 14.04
1 parent 13a8c2f commit 6a3d85c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.kitchen.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ provisioner:
88
name: chef_zero
99

1010
platforms:
11-
- name: debian-6.0.8
12-
- name: debian-7.2.0
11+
- name: debian-7.8
1312
- name: ubuntu-12.04
14-
- name: ubuntu-13.10
15-
attributes:
16-
postgresql:
17-
apt_distribution: precise
1813
- name: ubuntu-14.04
1914

20-
2115
suites:
2216
<% %w[9.3 9.4].each do |version| %>
2317
- name: server_<%= version.tr(".", "") %>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ The default version is `9.4`.
3232

3333
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
3434

35-
* Ubuntu 12.04+
36-
* Debian 6+
35+
* Debian 7.8
36+
* Ubuntu 12.04
37+
* Ubuntu 14.04
3738

3839
### Chef
3940

0 commit comments

Comments
 (0)