-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathmetadata.json
37 lines (36 loc) · 850 Bytes
/
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
{
"name": "puppet-windowsfeature",
"version": "5.0.1-rc0",
"author": "Vox Pupuli",
"license": "MIT",
"summary": "A module that will turn windows features on or off for Windows Server 2008 and above",
"source": "https://github.com/voxpupuli/puppet-windowsfeature",
"project_page": "https://github.com/voxpupuli/puppet-windowsfeature",
"issues_url": "https://github.com/voxpupuli/puppet-windowsfeature/issues",
"tags": [
"windows",
"utility",
"powershell"
],
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008R2",
"2012",
"2012R2",
"2016",
"2019",
"2022"
]
}
],
"dependencies": [
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
}