forked from counsyl/puppet-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
21 lines (21 loc) · 817 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "counsyl-windows",
"version": "1.0.1",
"author": "Counsyl, Inc.",
"summary": "Collection of useful Puppet manifests for Windows-based platforms.",
"license": "Apache-2.0",
"source": "git://github.com/counsyl/puppet-windows.git",
"project_page": "https://github.com/counsyl/puppet-windows",
"issues_url": "https://github.com/counsyl/puppet-windows/issues",
"description": "Collection of useful Puppet manifests for Windows-based platforms.",
"dependencies": [
{"name": "counsyl/sys", "version_requirement": ">= 0.9.18 <2.0.0"},
{"name": "puppetlabs/powershell", "version_requirement": ">= 1.0.4 <2.0.0"},
{"name": "puppetlabs/registry", "version_requirement": ">= 1.1.0 <2.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "windows"
}
]
}