-
Notifications
You must be signed in to change notification settings - Fork 26
/
metadata.json
47 lines (47 loc) · 1.11 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
{
"name": "puppetlabs-dsc_lite",
"version": "4.1.0",
"author": "puppetlabs",
"summary": "PowerShell Desired State Configuration (DSC) Lite",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-dsc_lite",
"project_page": "https://github.com/puppetlabs/puppetlabs-dsc_lite",
"issues_url": "https://tickets.puppet.com/browse/MODULES",
"dependencies": [
{
"name": "puppetlabs/reboot",
"version_requirement": ">= 1.2.1 < 6.0.0"
},
{
"name": "puppetlabs/pwshlib",
"version_requirement": ">= 0.4.0 < 2.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"10",
"2012 R2",
"2012",
"2016",
"2019",
"2022"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"tags": [
"powershell",
"desired-state-configuration",
"dsc"
],
"pdk-version": "3.2.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
"template-ref": "heads/main-0-gac50426"
}