Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
su_ldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
suitpuppet
su_ldap
Commits
38f242e7
Commit
38f242e7
authored
6 years ago
by
Adam Lewenberg
Browse files
Options
Downloads
Patches
Plain Diff
fix dbg package names for stretch
parent
f774ed2c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/packages.pp
+5
-4
5 additions, 4 deletions
manifests/packages.pp
templates/etc/apt/preferences.d/ldap.erb
+1
-5
1 addition, 5 deletions
templates/etc/apt/preferences.d/ldap.erb
with
6 additions
and
9 deletions
manifests/packages.pp
+
5
−
4
View file @
38f242e7
...
...
@@ -10,15 +10,16 @@ class su_ldap::packages {
}
# Install a bunch of other packages that all depend on "slapd".
#
# Note that the debug package naming changed with Debian stretch.
# Since this Puppet model is intended for stretch and beyond
# we do not have to worry about previous versions of Debian.
package
{
'libldap-2.4-2-dbg'
:
'libldap-2.4-2-dbg
sym
'
:
ensure
=>
installed
,
require
=>
Package
[
'slapd'
];
'libsasl2-modules-gssapi-mit'
:
ensure
=>
installed
;
'slapd-dbg'
:
ensure
=>
installed
,
require
=>
Package
[
'slapd'
];
'ldap-utils'
:
ensure
=>
installed
,
require
=>
Package
[
'slapd'
];
...
...
This diff is collapsed.
Click to expand it.
templates/etc/apt/preferences.d/ldap.erb
+
1
−
5
View file @
38f242e7
...
...
@@ -16,14 +16,10 @@ Package: libldap-2.4-2
Pin: release a=
<%=
@debian_distribution
%>
Pin-Priority: 999
Package: libldap-2.4-2-dbg
Pin: release a=
<%=
@debian_distribution
%>
Pin-Priority: 999
Package: libldap2-dev
Pin: release a=
<%=
@debian_distribution
%>
Pin-Priority: 999
Package:
slapd
-dbg
Package:
libldap-2.4-2
-dbg
sym
Pin: release a=
<%=
@debian_distribution
%>
Pin-Priority: 999
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment