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

(#14138) Modify apt::ppa's update-apt exec to use the ${apt::params::provider} parameter. #44

Merged
merged 1 commit into from May 3, 2012

Conversation

relud
Copy link

@relud relud commented Apr 23, 2012

Previously the update-apt exec would always use /usr/bin/aptitude, which is not necessarily present. This change makes it use ${apt::params::provider} which defaults to /usr/bin/apt-get. This also adds some consistency so that ${apt::params::provider} is used everywhere.

…provider} parameter rather than explicitly calling aptitude.

Previously the update-apt exec would always use /usr/bin/aptitude, which is not necessarily present. This change makes it use ${apt::params::provider} which defaults to /usr/bin/apt-get. This also adds some consistency so that ${apt::params::provider} is used everywhere.
nanliu added a commit that referenced this pull request May 3, 2012
(#14138) Modify apt::ppa's update-apt exec to use the ${apt::params::provider} parameter.
@nanliu nanliu merged commit 4a788a6 into puppetlabs:master May 3, 2012
@LukasAud LukasAud added the bugfix label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants