-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
33 lines (33 loc) · 835 Bytes
/
metadata.json
File metadata and controls
33 lines (33 loc) · 835 Bytes
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
{
"author": "iNet Process",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_range": ">= 1.0.0"
}
],
"license": "Apache-2.0",
"name": "inet-git",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04", "10.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6.x", "7.x" ]
}
],
"project_page": "https://github.com/rsauvatinet/puppet-git",
"requirements": [
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"source": "https://github.com/rsauvatinet/puppet-git.git",
"issues": "https://github.com/rsauvatinet/puppet-git/issues",
"summary": "Git client installation and configuration",
"tags": ["git"],
"version": "1.0.1"
}