Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d18ea9

Browse files
author
jtimberman
committed
supports platform metadata for all cookbooks that didn't have it
1 parent a23fb2c commit 6d18ea9

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

metadata.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
{
2+
"maintainer": "Opscode, Inc.",
23
"description": "Installs python packages",
3-
"replacing": {
4+
"recommendations": {
45

56
},
7+
"maintainer_email": "[email protected]",
68
"recipes": {
79
"python": ""
10+
},
11+
"suggestions": {
12+
813
},
914
"platforms": {
15+
"ubuntu": [
1016

17+
],
18+
"debian": [
19+
20+
]
1121
},
12-
"maintainer": "Opscode, Inc.",
1322
"version": "0.7.0",
14-
"recommendations": {
23+
"name": "python",
24+
"conflicting": {
1525

1626
},
17-
"name": "python",
18-
"maintainer_email": "[email protected]",
1927
"attributes": {
2028

2129
},
22-
"suggestions": {
30+
"providing": {
31+
"python": [
2332

33+
]
2434
},
2535
"license": "Apache 2.0",
26-
"conflicting": {
36+
"long_description": "",
37+
"replacing": {
2738

2839
},
2940
"dependencies": {
3041

31-
},
32-
"providing": {
33-
"python": [
34-
35-
]
36-
},
37-
"long_description": ""
42+
}
3843
}

metadata.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
description "Installs python packages"
55
version "0.7"
66

7+
%w{ debian ubuntu }.each do |os|
8+
supports os
9+
end

0 commit comments

Comments
 (0)