-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
86 lines (78 loc) · 2.61 KB
/
Copy pathmetadata.json
File metadata and controls
86 lines (78 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "rubymine",
"description": "Installs/Configures Rubymine",
"long_description": "chef-rubymine Cookbook\n=======================\nInstalls RubyMine and necessary packages.\n\nRequirements\n------------\nShould work on any Debian-family Linux distribution.\n\n#### cookbooks\n- `java` - Rubymine requires the Sun Java SDK.\n\nAttributes\n----------\n- `default['rubymine']['version']` - the version number to install\n- `default['rubymine']['checksum']` - the checksum of the tarball to install\n- `default['rubymine']['user']` - the user for which to install rubymine\n\nUsage\n-----\nJust include `chef-rubymine` in your node's `run_list`:\n\n```json\n{\n \"name\":\"my_node\",\n \"run_list\": [\n \"recipe[chef-rubymine]\"\n ]\n}\n```\n\nContributing\n------------\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write you change\n4. Write tests for your change (if applicable)\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request using Github\n\nLicense and Authors\n-------------------\nAuthors: [Olivier Brisse](https://github.com/ouranos)\n\n",
"maintainer": "Olivier Brisse",
"maintainer_email": "obrisse@aioinissaydowa.com.au",
"license": "All rights reserved",
"platforms": {
},
"dependencies": {
"java": ">= 0.0.0",
"sysctl": "~> 0.3.3"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
"version": {
"display_name": "Version",
"description": "RubyMine version to install",
"default": "6.3",
"choice": [
],
"calculated": false,
"type": "string",
"required": "optional",
"recipes": [
]
},
"checksum": {
"display_name": "Checksum",
"description": "RubyMine archive checksum",
"default": "7cfce21f1c0cbdf83b9f0e6dbbd1d1f0",
"choice": [
],
"calculated": false,
"type": "string",
"required": "optional",
"recipes": [
]
},
"max_user_watches": {
"display_name": "Max user watches",
"description": "Inotify Watches Limit",
"default": "524288",
"choice": [
],
"calculated": false,
"type": "string",
"required": "optional",
"recipes": [
]
},
"user": {
"display_name": "User",
"description": "The user for which to install Rubymine",
"choice": [
],
"calculated": false,
"type": "string",
"required": "optional",
"recipes": [
]
}
},
"groupings": {
},
"recipes": {
},
"version": "0.1.3"
}