-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmetadata.json
31 lines (31 loc) · 947 Bytes
/
metadata.json
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
{
"name": "s3cmd",
"description": "Installs and configures s3cmd",
"long_description": "= DESCRIPTION:\n\nInstalls and configures s3cmd\n\n= REQUIREMENTS:\n\n= ATTRIBUTES:\n\nAll node attributes are set under the :s3cmd namespace.\n\n* :users - array of usernames for whom a .s3cfg will be created in their home directory; defaults to [:root]\n* :aws_access_key_id - AWS access key for S3\n* :aws_secret_access_key - AWS secret access key for S3\n\n= USAGE:\n\nJust add the s3cmd recipe to the applicable nodes",
"maintainer": "Enis Soztutar",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"ubuntu": ">= 0.0.0"
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"s3cmd": "Installs and configures s3cmd"
},
"version": "0.0.1"
}