63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "ascendings-nslcd",
|
|
"version": "0.5.0",
|
|
"author": "ascendings",
|
|
"summary": "Installs and configures nslcd.",
|
|
"license": "Apache-2.0",
|
|
"source": "https://git.metaunix.net/Metaunix/puppet-nslcd",
|
|
"project_page": "https://git.metaunix.net/Metaunix/puppet-nslcd",
|
|
"issues_url": "https://git.metaunix.net/Metaunix/puppet-nslcd/issues",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs-stdlib",
|
|
"version_requirement": ">= 6.0.0 < 8.5.0"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"14.04",
|
|
"16.04",
|
|
"18.04",
|
|
"20.04"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "FreeBSD"
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 5.4.0 < 7.0.0"
|
|
}
|
|
],
|
|
"tags": [
|
|
"nslcd",
|
|
"pam",
|
|
"nss",
|
|
"ldap",
|
|
"authentication"
|
|
],
|
|
"pdk-version": "2.7.1",
|
|
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
|
|
"template-ref": "heads/main-0-gc6d4446"
|
|
}
|