puppet-nslcd/metadata.json

63 lines
1.3 KiB
JSON
Raw Normal View History

2015-04-16 18:04:30 -04:00
{
2023-03-30 11:34:41 -04:00
"name": "ascendings-nslcd",
2023-03-30 11:45:16 -04:00
"version": "0.5.0",
2023-03-30 11:34:41 -04:00
"author": "ascendings",
2015-04-16 18:04:30 -04:00
"summary": "Installs and configures nslcd.",
"license": "Apache-2.0",
2023-03-30 11:34:41 -04:00
"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",
2018-08-22 06:07:49 -04:00
"dependencies": [
{
"name": "puppetlabs-stdlib",
2023-04-02 15:25:54 -04:00
"version_requirement": ">= 6.0.0 < 8.5.0"
2018-08-22 06:07:49 -04:00
}
2015-05-16 12:33:03 -04:00
],
2015-04-16 18:04:30 -04:00
"operatingsystem_support": [
{
"operatingsystem": "Debian",
2015-05-16 12:33:03 -04:00
"operatingsystemrelease": [
2018-09-06 08:57:02 -04:00
"8",
"9",
"10",
"11"
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": [
2018-09-06 08:57:02 -04:00
"14.04",
"16.04",
"18.04",
"20.04"
2015-05-16 12:33:03 -04:00
]
},
{
2023-04-02 15:25:54 -04:00
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
]
2023-03-30 11:34:41 -04:00
},
{
"operatingsystem": "FreeBSD"
2015-04-16 18:04:30 -04:00
}
],
2015-04-16 18:16:46 -04:00
"requirements": [
{
"name": "puppet",
2021-04-27 07:52:24 -04:00
"version_requirement": ">= 5.4.0 < 7.0.0"
2015-04-16 18:16:46 -04:00
}
],
2018-08-22 06:07:49 -04:00
"tags": [
"nslcd",
"pam",
"nss",
"ldap",
"authentication"
2018-08-22 06:07:49 -04:00
],
2023-04-02 15:25:54 -04:00
"pdk-version": "2.7.1",
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
2023-04-02 15:25:54 -04:00
"template-ref": "heads/main-0-gc6d4446"
2015-04-16 18:04:30 -04:00
}