puppet-nslcd/metadata.json

50 lines
1.0 KiB
JSON
Raw Normal View History

2015-04-16 18:04:30 -04:00
{
"name": "OpenConceptConsulting-nslcd",
2015-05-16 12:33:03 -04:00
"version": "0.1.1",
2015-04-16 18:04:30 -04:00
"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",
2015-05-16 12:33:03 -04:00
"tags": [
"nslcd",
"pam",
"nss",
"ldap"
],
2015-04-16 18:04:30 -04:00
"operatingsystem_support": [
{
"operatingsystem": "Debian",
2015-05-16 12:33:03 -04:00
"operatingsystemrelease": [
"6.0",
2015-11-23 18:42:05 -05:00
"7.0",
"8.0"
2015-05-16 12:33:03 -04:00
]
2015-04-16 18:04:30 -04:00
},
{
"operatingsystem": "Ubuntu",
2015-05-16 12:33:03 -04:00
"operatingsystemrelease": [
"12.04",
"14.04"
]
2015-04-16 18:04:30 -04:00
}
],
2015-04-16 18:16:46 -04:00
"requirements": [
{
"name": "pe",
2015-11-23 18:42:05 -05:00
"version_requirement": ">= 3.0.0 < 2015.3.0"
2015-04-16 18:16:46 -04:00
},
{
"name": "puppet",
2015-11-23 18:42:05 -05:00
"version_requirement": ">= 3.0.0 < 5.0.0"
2015-04-16 18:16:46 -04:00
}
],
2015-04-16 18:04:30 -04:00
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_range": ">= 4.0.0 < 5.0.0"
}
]
}