Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 7.x] package: pacman provider: Add purgeable feature #9293

Merged
merged 1 commit into from Mar 12, 2024

Conversation

github-actions[bot]
Copy link

Description

Backport of #9287 to 7.x.

This small patch adds an option to the pacman provider to purge config
files.

From the manpage:

```console
$ pacman -R -h | head -n6
usage:  pacman {-R --remove} [options] <package(s)>
options:
  -b, --dbpath <path>  set an alternate database location
  -c, --cascade        remove packages and all packages that depend on them
  -d, --nodeps         skip dependency version checks (-dd to skip all checks)
  -n, --nosave         remove configuration files
```

(cherry picked from commit 08eaa3d)
@puppetlabs-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@joshcooper joshcooper closed this Mar 12, 2024
@joshcooper joshcooper reopened this Mar 12, 2024
@joshcooper joshcooper merged commit c6e5c59 into 7.x Mar 12, 2024
12 checks passed
@joshcooper joshcooper deleted the backport-9287-to-7.x branch March 12, 2024 20:01
@joshcooper joshcooper added the enhancement New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants