forked from edestecd/puppet-software
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
48 lines (48 loc) · 1.65 KB
/
metadata.json
File metadata and controls
48 lines (48 loc) · 1.65 KB
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
48
{
"name": "edestecd-software",
"version": "1.1.0",
"author": "Chris Edester",
"summary": "Puppet Module to install various Desktop Software",
"license": "GPL-3.0+",
"source": "https://github.com/edestecd/puppet-software.git",
"project_page": "https://github.com/edestecd/puppet-software",
"issues_url": "https://github.com/edestecd/puppet-software/issues",
"tags": ["desktop", "software", "graphical", "gui", "browser", "chrome", "firefox", "editors", "atom", "textmate"],
"description": "The software module provides classes to install many commonly needed Desktop Applications",
"dependencies": [
{"name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0"},
{"name": "puppetlabs/apt", "version_requirement": ">= 2.1.1 < 3.0.0"},
{"name": "puppetlabs/chocolatey", "version_requirement": ">= 0.8.0 < 2.0.0"},
{"name": "thekevjames/homebrew", "version_requirement": ">= 1.5.0 < 2.0.0"},
{"name": "unibet/vagrant", "version_requirement": ">= 0.2.1 < 1.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "Darwin",
"operatingsystemrelease": ["14.x", "15.x", "16.x"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04", "14.04", "16.04"]
},
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2003", "Server 2003 R2",
"Server 2008", "Server 2008 R2",
"Server 2012", "Server 2012 R2",
"7", "8", "10"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 5.0.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
]
}