File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "maintainer" : " Opscode, Inc." ,
2+ "recommendations" : {
3+ },
34 "attributes" : {
45 },
6+ "maintainer" : " Opscode, Inc." ,
57 "suggestions" : {
68 },
9+ "dependencies" : {
10+ },
11+ "maintainer_email" : " cookbooks@opscode.com" ,
12+ "conflicting" : {
13+ },
714 "platforms" : {
8- "ubuntu " : [
15+ "debian " : [
916
1017 ],
11- "debian " : [
18+ "ubuntu " : [
1219
1320 ]
1421 },
15- "dependencies" : {
16- },
17- "maintainer_email" : " cookbooks@opscode.com" ,
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 }
Original file line number Diff line number Diff line change 44description "Installs python packages"
55version "0.7"
66
7+ recipe "python" , "Installs python and common python module packages"
8+
79%w{ debian ubuntu } . each do |os |
810 supports os
911end
You can’t perform that action at this time.
0 commit comments