Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet-module-duritong-sysctl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
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
Service Desk
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
OpenStack
puppet
puppet-module-duritong-sysctl
Commits
3aad19e9
Commit
3aad19e9
authored
3 years ago
by
Thomas Goirand
Browse files
Options
Downloads
Patches
Plain Diff
Clean-up update-alternatives handling.
parent
85c0cc65
Branches
debian/antelope
debian/bobcat
debian/caracal
debian/dalmatian
debian/xena
debian/yoga
debian/zed
Tags
debian/0.0.11-3
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/puppet-module-duritong-sysctl.postrm
+1
-1
1 addition, 1 deletion
debian/puppet-module-duritong-sysctl.postrm
debian/puppet-module-duritong-sysctl.prerm
+1
-1
1 addition, 1 deletion
debian/puppet-module-duritong-sysctl.prerm
with
8 additions
and
2 deletions
debian/changelog
+
6
−
0
View file @
3aad19e9
puppet-module-duritong-sysctl (0.0.11-3) unstable; urgency=medium
* Clean-up update-alternatives handling.
-- Thomas Goirand <zigo@debian.org> Wed, 05 Jan 2022 09:39:03 +0100
puppet-module-duritong-sysctl (0.0.11-2) unstable; urgency=medium
[ Ondřej Nový ]
...
...
This diff is collapsed.
Click to expand it.
debian/puppet-module-duritong-sysctl.postrm
+
1
−
1
View file @
3aad19e9
...
...
@@ -2,7 +2,7 @@
set
-e
if
[
"
${
1
}
"
=
"remove"
]
||
[
"
${
1
}
"
=
"disappear"
]
;
then
if
[
"
${
1
}
"
=
"remove"
]
;
then
update-alternatives
--remove
puppet-module-sysctl /usr/share/puppet/modules.available/duritong-sysctl
fi
...
...
This diff is collapsed.
Click to expand it.
debian/puppet-module-duritong-sysctl.prerm
+
1
−
1
View file @
3aad19e9
...
...
@@ -2,7 +2,7 @@
set
-e
if
[
"
${
1
}
"
=
"remove"
]
||
[
"
${
1
}
"
=
"upgrade"
]
||
[
"
${
1
}
"
=
"deconfigure"
]
;
then
if
[
"
${
1
}
"
=
"remove"
]
;
then
update-alternatives
--remove
puppet-module-sysctl /usr/share/puppet/modules.available/duritong-sysctl
fi
...
...
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