forked from camptocamp/puppet-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
33 lines (33 loc) · 863 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
{
"name": "camptocamp-archive",
"version": "0.8.1",
"author": "Camptocamp",
"summary": "Camptocamp Archive Module",
"license": "Apache-2.0",
"source": "https://github.com/camptocamp/puppet-archive",
"project_page": "https://github.com/camptocamp/puppet-archive",
"issues_url": "https://github.com/camptocamp/puppet-archive/issues",
"description": "Archive Module for Puppet",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
{ "name": "johnericson/cygwin_exec", "version_requirement": ">=0.1.0" }
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
]
}