-
Notifications
You must be signed in to change notification settings - Fork 83
/
metadata.json
36 lines (35 loc) · 1.03 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
{
"name": "puppetlabs-registry",
"version": "5.0.2",
"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://github.com/puppetlabs/puppetlabs-registry/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"10",
"2012",
"2012 R2",
"2016",
"2019",
"2022"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"description": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"pdk-version": "3.2.0",
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
"template-ref": "tags/3.2.0.4-0-g5d17ec1"
}