forked from puppetlabs/puppetlabs-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
39 lines (38 loc) · 1.07 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
{
"name": "puppetlabs-registry",
"version": "3.1.0",
"author": "puppetlabs",
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"license": "Apache-2.0",
"source": "git://github.com/puppetlabs/puppetlabs-registry.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-registry",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"2008",
"2008 R2",
"2012",
"2012 R2",
"2016",
"2019",
"7",
"8",
"10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.10 < 7.0.0"
}
],
"description": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"pdk-version": "1.17.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
"template-ref": "heads/master-0-g095317c"
}