module-puppetdb/metadata.json
Reid Vandewiele 0372b22b28 Bump version requirement for puppetlabs/stdlib
The is_pe fact was first defined in stdlib in 3.1.0. We want to use that
fact for making the "PE or Not PE" determination in params, so we need
to require a stdlib at least that new. Note that at the time of commit
the current version of stdlib is 4.1.0, so we're not exactly requiring
bleeding edge.
2014-02-25 09:35:12 -08:00

39 lines
966 B
JSON

{
"name": "puppetlabs/puppetdb",
"version": "3.0.1",
"summary": "PuppetDB resource types",
"source": "git@github.com/puppetlabs/puppetlabs-puppetdb.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-puppetdb",
"author": "Puppet Labs",
"license": "Apache-2.0",
"operatingsystem_support": [
"RedHat",
"Debian",
"Ubuntu"
],
"puppet_version": [
"2.7",
"3.0",
"3.1",
"3.2",
"3.3"
],
"dependencies": [
{
"name": "puppetlabs/inifile",
"version_requirement": "1.x"
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">=3.1.0 <4.0.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">= 0.0.4"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.1.0"
}
]
}