forked from camptocamp/puppet-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
32 lines (31 loc) · 712 Bytes
/
Copy pathmetadata.json
File metadata and controls
32 lines (31 loc) · 712 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
{
"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": [
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
]
}