puppet-nslcd/metadata.json

39 lines
949 B
JSON
Raw Normal View History

2015-04-16 18:04:30 -04:00
{
"name": "OpenConceptConsulting-nslcd",
"version": "0.1.0",
"author": "OpenConceptConsulting",
"summary": "Installs and configures nslcd.",
"license": "Apache-2.0",
"source": "https://github.com/OpenConceptConsulting/puppet-nslcd",
"project_page": "https://github.com/OpenConceptConsulting/puppet-nslcd",
"issues_url": "https://github.com/OpenConceptConsulting/puppet-nslcd/issues",
"tags": ["nslcd","pam","nss","ldap"],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease":[ "6.0", "7.0"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease":[ "12.04", "14.04"]
}
],
2015-04-16 18:16:46 -04:00
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
2015-04-16 18:04:30 -04:00
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_range": ">= 4.0.0 < 5.0.0"
}
]
}