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

Skip to content

Commit 8aa2527

Browse files
author
jtimberman
committed
COOK-316, add recipes to metadata for all cookbooks
1 parent e289960 commit 8aa2527

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

metadata.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
{
2-
"maintainer": "Opscode, Inc.",
2+
"recommendations": {
3+
},
34
"attributes": {
45
},
6+
"maintainer": "Opscode, Inc.",
57
"suggestions": {
68
},
9+
"dependencies": {
10+
},
11+
"maintainer_email": "[email protected]",
12+
"conflicting": {
13+
},
714
"platforms": {
8-
"ubuntu": [
15+
"debian": [
916

1017
],
11-
"debian": [
18+
"ubuntu": [
1219

1320
]
1421
},
15-
"dependencies": {
16-
},
17-
"maintainer_email": "[email protected]",
18-
"conflicting": {
19-
},
22+
"license": "Apache 2.0",
2023
"version": "0.7.0",
21-
"name": "python",
22-
"recipes": {
23-
},
2424
"providing": {
2525
},
26-
"license": "Apache 2.0",
26+
"recipes": {
27+
"python": "Installs python and common python module packages"
28+
},
2729
"replacing": {
2830
},
31+
"name": "python",
32+
"description": "Installs python packages",
2933
"groupings": {
3034
},
31-
"long_description": "",
32-
"recommendations": {
33-
},
34-
"description": "Installs python packages"
35+
"long_description": ""
3536
}

metadata.rb

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

7+
recipe "python", "Installs python and common python module packages"
8+
79
%w{ debian ubuntu }.each do |os|
810
supports os
911
end

0 commit comments

Comments
 (0)