forked from evenup/evenup-artifactory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
18 lines (18 loc) · 747 Bytes
/
metadata.json
File metadata and controls
18 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "evenup-artifactory",
"version": "2.0.0",
"author": "Justin Lambert <jlambert@letsevenup.com>",
"license": "Apache-2.0",
"summary": "Installs the artifactory service and fetches artifacts from the repo",
"source": "https://github.com/evenup/evenup-artifactory",
"project_page": "https://github.com/evenup/evenup-artifactory",
"issues_url": "https://github.com/evenup/evenup-artifactory/issues",
"tags": ["artifactory"],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemmajrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemmajrelease": [ "6", "7" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
]
}