remove unused puppet-ldap package
This module's classes are unused on the platform. Test Plan: PASS build (master bullseye) PASS boot, bootstrap, unlock PASS AIO-SX PASS Compare ldap config w/wo package removal. PASS ldap workflow (ldapfinger, ldapadduser, login, passwd) PASS master trixie build Story: 2011360 Task: 52909 Depends-on: https://review.opendev.org/c/starlingx/stx-puppet/+/965846 Depends-on: https://review.opendev.org/c/starlingx/apt-ostree/+/965844 Change-Id: I36c1e8f05c659a35389cf9b815cda8ffed5f9f44 Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
puppet-ldap (0.2.4-0) unstable; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Dan Voiculeasa <dan.voiculeasa@windriver.com> Wed, 08 Sep 2021 11:50:43 +0000
|
||||
@@ -1,13 +0,0 @@
|
||||
Source: puppet-ldap
|
||||
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-ldap
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, puppet
|
||||
Description: Puppet module named puppet-ldap
|
||||
A Puppet module to manage client and server configuration for OpenLdap
|
||||
@@ -1,28 +0,0 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Upstream-Name: puppet-ldap
|
||||
Upstream-Contact: Emiliano Castagnari ecastag@gmail.com (a.k.a. Torian)
|
||||
Source: https://github.com/torian/puppet-ldap
|
||||
Files: *
|
||||
Copyright: Copyleft (C) 2012 Emiliano Castagnari ecastag@gmail.com (a.k.a. Torian)
|
||||
License: GPL-2
|
||||
|
||||
Upstream-Name: puppet-ldap
|
||||
Upstream-Contact: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
||||
Source: https://opendev.org/starlingx/integ/src/branch/master/config/puppet-modules/puppet-ldap
|
||||
Files: debian/*
|
||||
Copyright: (c) 2021 Wind River Systems, Inc.
|
||||
License: GPL-2
|
||||
|
||||
License: GPL-2
|
||||
You can redistribute this software and/or modify it under the terms of
|
||||
the GNU General Public License as published by the Free Software
|
||||
Foundation; version 2 dated June, 1991.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License for more details.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General Public License
|
||||
can be found in /usr/share/common-licenses/GPL-2 file.
|
||||
@@ -1,4 +0,0 @@
|
||||
manifests usr/share/puppet/modules.available/puppet-ldap
|
||||
metadata.json usr/share/puppet/modules.available/puppet-ldap
|
||||
spec usr/share/puppet/modules.available/puppet-ldap
|
||||
templates usr/share/puppet/modules.available/puppet-ldap
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
set -e
|
||||
|
||||
if [ "${1}" = "configure" ] ; then
|
||||
update-alternatives --install /usr/share/puppet/modules/ldap puppet-module-ldap \
|
||||
/usr/share/puppet/modules.available/puppet-ldap 500
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
set -e
|
||||
|
||||
if [ "${1}" = "remove" ] || [ "${1}" = "disappear" ]; then
|
||||
update-alternatives --remove puppet-module-ldap \
|
||||
/usr/share/puppet/modules.available/puppet-ldap
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
@@ -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-ldap \
|
||||
/usr/share/puppet/modules.available/puppet-ldap
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
@@ -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 $@
|
||||
@@ -1 +0,0 @@
|
||||
3.0 (quilt)
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
debname: puppet-ldap
|
||||
debver: 0.2.4-0
|
||||
dl_path:
|
||||
name: puppet-ldap-0.2.4-0.tar.gz
|
||||
url: https://codeload.github.com/torian/puppet-ldap/tar.gz/480f13af6d17d1d3fcf0dc7b4bd04b49fa4099e1
|
||||
md5sum: 9d6f59802e1f2855bee2167c370cf796
|
||||
sha256sum: baa275b08ad8f6ce50eb66b22ae98276d6153f4937d551d652e075f769a5578a
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
BASE_SRCREV: 698c14ccef1ccb9bb93edca275aa7d5c3d926424
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
BRANCH="master"
|
||||
repo="https://github.com/torian"
|
||||
module="puppet-ldap"
|
||||
git ls-remote $repo/$module $BRANCH
|
||||
SHA=`git ls-remote $repo/$module $BRANCH | awk '{print $1}'`
|
||||
echo $SHA
|
||||
wget $repo/$module/archive/$BRANCH.tar.gz -O "$module"-"$SHA".tar.gz
|
||||
|
||||
|
||||
@@ -350,9 +350,6 @@ puppet-module-keystone
|
||||
#puppet-module-horizon-17.4.0
|
||||
puppet-module-horizon
|
||||
|
||||
#puppet-ldap
|
||||
puppet-ldap
|
||||
|
||||
#puppet-lvm-1.4.0
|
||||
puppet-lvm
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ config/puppet-modules/puppetlabs-haproxy-2.1.0
|
||||
config/puppet-modules/puppetlabs-mysql-8.1.0
|
||||
config/puppet-modules/puppetlabs-postgresql-8.0.0
|
||||
config/puppet-modules/puppetlabs-stdlib-5.0.0
|
||||
config/puppet-modules/puppet-ldap
|
||||
config/puppet-modules/puppet-hash2stuff
|
||||
config/puppet-modules/puppet-lvm-1.4.0
|
||||
config/puppet-modules/puppet-memcached
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
# config/puppet-modules/puppetlabs-mysql-8.1.0
|
||||
# config/puppet-modules/puppetlabs-postgresql-8.0.0
|
||||
# config/puppet-modules/puppetlabs-stdlib-5.0.0
|
||||
# config/puppet-modules/puppet-ldap
|
||||
# config/puppet-modules/puppet-hash2stuff
|
||||
# config/puppet-modules/puppet-lvm-1.4.0
|
||||
# config/puppet-modules/puppet-memcached
|
||||
|
||||
Reference in New Issue
Block a user