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

Remove apt::conf files if not enabled #240

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrei693
Copy link

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@andrei693 andrei693 force-pushed the remove_apt_conf_if_not_enabled branch from 478461f to 68cf5fb Compare March 6, 2024 13:16
manifests/init.pp Outdated Show resolved Hide resolved
Co-authored-by: Christoph Maser <christoph.maser+github@gmail.com>
@@ -51,14 +51,17 @@
ensure => $package_ensure,
}

$ensure_status = $enable ? { 0 => 'absent', default => 'present' }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants