forked from counsyl/puppet-packer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
33 lines (33 loc) · 901 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": "counsyl-packer",
"version": "0.9.15",
"source": "git://github.com/counsyl/puppet-packer.git",
"author": "Counsyl, Inc.",
"license": "Apache-2.0",
"summary": "Puppet module for installing Packer, the modern automated machine image creation tool.",
"description": "Puppet module for installing Packer, the modern automated machine image creation tool.",
"project_page": "https://github.com/counsyl/puppet-packer",
"dependencies": [
{"name": "counsyl/sys","version_requirement": ">= 0.9.18 <1.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "Darwin"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "OpenBSD"
},
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "Ubuntu"
}
]
}