forked from Spantree/puppet-upstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (32 loc) · 856 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
{
"name": "spantree-upstart",
"version": "0.0.4",
"author": "spantree",
"summary": "Puppet Upstart module",
"license": "Apache-2.0",
"source": "https://github.com/Spantree/puppet-upstart.git",
"project_page": "https://github.com/Spantree/puppet-upstart",
"issues_url": "https://github.com/Spantree/puppet-upstart/issues",
"description": "This module manages Upstart job configurations.\nForked from https://github.com/bison/puppet-upstart and others.",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 0.1.6 <5.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=3.2.0 <4.0.0"
}
]
}