forked from alphagov/puppet-aptly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
22 lines (22 loc) · 792 Bytes
/
metadata.json
File metadata and controls
22 lines (22 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "gdsoperations-aptly",
"version": "0.9.0",
"author": "Government Digital Service",
"license": "MIT",
"summary": "Module to manage aptly",
"source": "https://github.com/gds-operations/puppet-aptly",
"project_page": "https://github.com/gds-operations/puppet-aptly",
"issues_url": "https://github.com/gds-operations/puppet-aptly/issues",
"tags": ["apt", "aptly"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04", "14.04", "16.04"]
}
],
"dependencies": [
{"name": "puppetlabs/stdlib", "version_requirement": ">=3.0.0 <4.13.0"},
{"name": "puppetlabs/apt", "version_requirement": ">=2.0.0 <2.3.0"}
],
"project_page": "https://github.com/gds-operations/puppet-aptly"
}