fdb75dbd7c
License is still Apache Software License v2. This is the format that the Puppet Forge would like.
92 lines
2 KiB
JSON
92 lines
2 KiB
JSON
{
|
|
"name": "puppetlabs-puppetdb",
|
|
"version": "4.1.0",
|
|
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
|
|
"source": "git://github.com/puppetlabs/puppetlabs-puppetdb.git",
|
|
"project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",
|
|
"author": "puppetlabs",
|
|
"license": "Apache-2.0",
|
|
"issues_url": "https://tickets.puppetlabs.com/browse/PDB",
|
|
"description": "Module for installing/configuring PuppetDB",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLES",
|
|
"operatingsystemrelease": [
|
|
"11 SP1"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"10.04",
|
|
"12.04",
|
|
"14.04"
|
|
]
|
|
}
|
|
],
|
|
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">=3.7.1 <4.0.0"
|
|
}
|
|
],
|
|
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/inifile",
|
|
"version_requirement": ">= 1.1.3 <2.0.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/postgresql",
|
|
"version_requirement": ">= 4.0.0 <5.0.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/firewall",
|
|
"version_requirement": ">= 1.1.3 <2.0.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">= 4.2.2 <5.0.0"
|
|
}
|
|
]
|
|
}
|