-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
50 lines (49 loc) · 1.47 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "boundary-boundary",
"version": "3.1.0",
"author": "boundary",
"summary": "Boundary meter module",
"license": "Apache 2.0",
"source": "https://github.com/boundary/boundary_puppet",
"types": [
{
"providers": [
{
"name": "boundary_meter",
"doc": "Manage Boundary meters. Default for `kernel` == `Linux`. "
},
{
"name": "default",
"doc": "This is a default provider that does nothing. This allows us to install the Boundary meter on the same puppet run where we want to use it. "
}
],
"name": "boundary_meter",
"doc": "Manage creation/deletion of Boundary meters.",
"parameters": [
{
"name": "meter",
"doc": "The Boundary meter name"
},
{
"name": "tokens",
"doc": "Boundary meter installation tokens."
},
{
"name": "token",
"doc": "Boundary Installation Token (this can be a comma-separated array of tokens for Enterprise and Premium)."
}
],
"properties": [
{
"name": "ensure",
"doc": "The basic property that the resource should be in. Valid values are `present`, `absent`."
}
]
}
],
"issues_url": "https://github.com/boundary/boundary_puppet/issues",
"description": "A module to install Boundary meters.",
"project_page": "https://github.com/boundary/boundary_puppet",
"dependencies": [
]
}