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

salt/modules/pkgng.py: pkg.clean: Add clean_all and dryrun options #45166

Merged
merged 1 commit into from
Dec 27, 2017
Merged

salt/modules/pkgng.py: pkg.clean: Add clean_all and dryrun options #45166

merged 1 commit into from
Dec 27, 2017

Conversation

woodsb02
Copy link
Contributor

What does this PR do?

pkg.clean on FreeBSD: Add clean_all and dryrun options

dryrun was required because the previous behaviour did not include the
"-y" argument, and therefore would never actually perform the clean.

clean_all exposes the functionality to remove all packages from the
local cache, not just those that have been superseded by newer versions.

What issues does this PR fix or reference?

None

Tests written?

No

Commits signed with GPG?

No

dryrun was required because the previous behaviour did not include the
"-y" argument, and therefore would never actually perform the clean.

clean_all exposes the functionality to remove all packages from the
local cache, not just those that have been superseded by newer versions.
@rallytime
Copy link
Contributor

re-run lint

@rallytime rallytime merged commit 348342f into saltstack:develop Dec 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants