-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
49 lines (49 loc) · 1.89 KB
/
Copy pathmetadata.json
File metadata and controls
49 lines (49 loc) · 1.89 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
{
"name": "terc-databucket",
"version": "0.1.0",
"summary": "TERC Puppet DataBucket Library",
"author": "cammoraton",
"description": "Adds the databucket type and associated functions.",
"dependencies": [],
"types": [
{
"parameters": [
{
"name": "name",
"doc": "Name of the bucket, must be unique"
},
{
"name": "type",
"doc": "A metaparam, sets the type of data"
},
{
"name": "data",
"doc": "Actual data, accepts anything"
}
],
"name": "databucket",
"doc": "An bucket of arbitrary data"
}
],
"checksums": {
"LICENSE": "ef68ea255efaaf820cb0cc620d653f41",
"Modulefile": "95fec50af83b0717c505bad81d7490d4",
"README.markdown": "68ae5d795878a6d6051efc5b22bfd23e",
"Rakefile": "f37e6131fe7de9a49b09d31596f5fbf1",
"lib/puppet/parser/functions/create_databucket.rb": "a95170636eb17f9870cab8948ef3a25e",
"lib/puppet/parser/functions/databucket_md5sum.rb": "52134db4e5f295b2d2f56ad5eec51fb4",
"lib/puppet/parser/functions/flatten_databucket.rb": "e3cdd29ddb8dc18640b37ea9693aa447",
"lib/puppet/parser/functions/get_bucketed.rb": "b13e767a748da2bb4d0e0053c76b1162",
"lib/puppet/type/databucket.rb": "5aa9964fec11e6f470c2ef7e76d8961b",
"manifests/init.pp": "0f13da5745339c18047519ea49d24a38",
"spec/puppet/parser/functions/get_bucketed_spec.rb": "189b876a44caac614872c15973eb31cf",
"spec/puppet/type/databucket_spec.rb": "5fd5f0bff019a295b65c5cf80d3d225c",
"spec/spec.opts": "a600ded995d948e393fbe2320ba8e51c",
"spec/spec_helper.rb": "1a7c33a3df6bbdff3d460a3ff1146034",
"test.rb": "6f259262cbf4831de4ab0db2fe1a099f",
"tests/init.pp": "25107891dcf4ca07309bea41843ca422"
},
"source": "git://github.com/TERC/puppet-databucket",
"project_page": "https://github.com/TERC/puppet-databucket",
"license": "MIT or Apache 2.0"
}