Remove puppet-nslcd package on Debian

nslcd has been replaced by sssd on Debian. The puppet-nslcd
package is no longer needed. With this change, the package
is no longer built and included in the image.

Test Plan on Debian:
PASS: image build
PASS: After system deployed, verify puppet-nslcd package doesn't
      exist.
PASS: openldap functions (user addition, user login on console and
      by ssh, etc) work properly.

Story: 2009834
Task: 46174
Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/855513
Signed-off-by: Andy Ning <andy.ning@windriver.com>
Change-Id: Ia29dc8e66fc1f7e7c537b4dea87511aba00f2217
This commit is contained in:
Andy Ning 2022-08-31 15:08:12 -04:00
parent 0e37611215
commit 344c2f9cae
11 changed files with 0 additions and 115 deletions

View File

@ -1,5 +0,0 @@
puppet-nslcd (0.4.1-0) unstable; urgency=medium
* Initial release
-- Dan Voiculeasa <dan.voiculeasa@windriver.com> Wed, 08 Sep 2021 11:50:43 +0000

View File

@ -1,16 +0,0 @@
Source: puppet-nslcd
Section: admin
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.4.1
Homepage: https://www.starlingx.io
Package: puppet-nslcd
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
puppet,
puppet-module-puppetlabs-stdlib
Description: Puppet module named puppet-nslcd
A Puppet module for nslcd - local LDAP name service daemon

View File

@ -1,31 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: puppet-nslcd
Upstream-Contact: https://github.com/geekix
Source: https://github.com/geekix/puppet-nslcd/
Files: *
Copyright: (C) 2015-2019 https://github.com/geekix
License: Apache-2
Upstream-Name: puppet-nslcd
Upstream-Contact: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Source: https://opendev.org/starlingx/integ/src/branch/master/config/puppet-modules/puppet-nslcd
Files: debian/*
Copyright: (c) 2021 Wind River Systems, Inc.
License: Apache-2
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.

View File

@ -1,4 +0,0 @@
manifests usr/share/puppet/modules.available/puppet-nslcd
metadata.json usr/share/puppet/modules.available/puppet-nslcd
spec usr/share/puppet/modules.available/puppet-nslcd
templates usr/share/puppet/modules.available/puppet-nslcd

View File

@ -1,13 +0,0 @@
#!/bin/sh
# see: dh_installdeb(1)
set -e
if [ "${1}" = "configure" ] ; then
update-alternatives --install /usr/share/puppet/modules/nslcd puppet-module-nslcd \
/usr/share/puppet/modules.available/puppet-nslcd 500
fi
#DEBHELPER#
exit 0

View File

@ -1,13 +0,0 @@
#!/bin/sh
# see: dh_installdeb(1)
set -e
if [ "${1}" = "remove" ] || [ "${1}" = "disappear" ]; then
update-alternatives --remove puppet-module-nslcd \
/usr/share/puppet/modules.available/puppet-nslcd
fi
#DEBHELPER#
exit 0

View File

@ -1,13 +0,0 @@
#!/bin/sh
# see: dh_installdeb(1)
set -e
if [ "${1}" = "remove" ] || [ "${1}" = "upgrade" || [ "${1}" = "deconfigure" ]; then
update-alternatives --remove puppet-module-nslcd \
/usr/share/puppet/modules.available/puppet-nslcd
fi
#DEBHELPER#
exit 0

View File

@ -1,7 +0,0 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
%:
dh $@

View File

@ -1,11 +0,0 @@
---
debname: puppet-nslcd
debver: 0.4.1-0
dl_path:
name: puppet-nslcd-0.4.1-0.tar.gz
url: https://codeload.github.com/geekix/puppet-nslcd/tar.gz/d3c616497151c2e8df746cfe47bac966422abc4c
md5sum: 028092acf259a3fbf4bd03612e98f85b
sha256sum: f8fd830683a4c96711c0922a18c33978b8b70d044cc663e4270ccacf740cb113
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true

View File

@ -32,7 +32,6 @@ config/puppet-modules/puppetlabs-stdlib-5.0.0
config/puppet-modules/puppet-ldap
config/puppet-modules/puppet-lvm-1.4.0
config/puppet-modules/puppet-network
config/puppet-modules/puppet-nslcd
config/puppet-modules/puppet-puppi
config/puppet-modules/puppet-rabbitmq-8.5.0
config/puppet-modules/puppet-staging