-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
29 lines (29 loc) · 856 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
{
"name": "bango-iisnetpipe",
"version": "0.1.0",
"author": "Bango.Net Ltd",
"summary": "Installs and removes .NET assemblies in the Global Assembly Cache",
"license": "Apache-2.0",
"source": "https://github.com/nickadcock-bango/puppet-iisnetpipe",
"progect_page": "https://github.com/nickadcock-bango/puppet-iisnetpipe",
"dependencies": [
{"name":"puppetlabs/powershell","version_requirement":">= 1.0.1 < 3.0.0"}
],
"data_provider": "hiera",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008R2",
"2012",
"2012R2"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirements": ">= 4.7.0 < 6.0.0"
}
]
}