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

Run apt update before installing package #628

Merged
merged 3 commits into from
Oct 21, 2021
Merged

Run apt update before installing package #628

merged 3 commits into from
Oct 21, 2021

Conversation

malcyon
Copy link
Contributor

@malcyon malcyon commented Oct 20, 2021

Pull Request (PR) description

On Ubuntu 20.04, the package repository is added, but the package itself fails to install because apt-get update was not run. If Puppet is run again on the machine, it does work the second time.

This adds code to run apt-get update so that it works the first time.

This Pull Request (PR) fixes the following issues

Fixes #627

manifests/repo/apt.pp Outdated Show resolved Hide resolved
Co-authored-by: Kenyon Ralph <[email protected]>
@kenyon kenyon added the enhancement New feature or request label Oct 21, 2021
@kenyon kenyon merged commit 7ded295 into voxpupuli:master Oct 21, 2021
@bastelfreak bastelfreak added bug Something isn't working and removed enhancement New feature or request labels Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails to install on Ubuntu 20.04
3 participants