-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
34 lines (34 loc) · 922 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
{
"name": "zappyshu-windowsgac",
"version": "1.0.2",
"author": "Zappy Shu",
"summary": "Installs and removes .NET assemblies in the Global Assembly Cache",
"license": "Apache-2.0",
"source": "https://github.com/zappy-shu/puppet-windowsgac",
"progect_page": "https://github.com/zappy-shu/puppet-windowsgac",
"dependencies": [
{"name":"puppetlabs/powershell","version_requirement":">= 1.0.1 < 3.0.0"}
],
"data_provider": "hiera",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008R2",
"2012",
"2012R2"
]
}
],
"tags": [
"dot-net",
"global-assembly-cache",
"gac"
],
"requirements": [
{
"name": "puppet",
"version_requirements": ">= 4.7.0 < 6.0.0"
}
]
}