-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
33 lines (32 loc) · 1.08 KB
/
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
32
33
{
"name": "dnsimple",
"description": "Installs/Configures dnsimple",
"long_description": "= DESCRIPTION:\n\nA Light-weight Resources and Providers (LWRP) supporting \nautomatic DNS configuration via DNSimple's API.\n\n= REQUIREMENTS:\n\nA DNSimple account at http://dnsimple.com\n\n= ATTRIBUTES: \n\n dnsimple[:username]\n dnsimple[:password]\n dnsimple[:domain]\n\n= USAGE:\n\n include_recipe \"dnsimple\"\n\n dnsimple_record \"create a record\" do \n name \"test\" \n content \"16.8.4.2\"\n type \"A\"\n domain node[:dnsimple][:domain]\n username node[:dnsimple][:username]\n password node[:dnsimple][:password]\n action :create\n end\n",
"maintainer": "DNSimple",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"ubuntu": [
]
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"dnsimple": "Installs DNSimple gem"
},
"version": "0.3.0"
}