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

install: Require apt::update before package installation. #136

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

olifre
Copy link
Contributor

@olifre olifre commented Jul 19, 2021

Pull Request (PR) description

This is needed since while cvmfs::apt contains apt::source, apt::source only notifies apt:update, but does not contain it.

This Pull Request (PR) fixes the following issues

This fixes an error on the very first Puppet run on Debian / Ubuntu based systems (repository source was added, but apt::update may have been called too late).

This is needed since while cvmfs::apt contains apt::source,
apt::source only notifies apt:update, but does not contain it.
@olifre
Copy link
Contributor Author

olifre commented Jul 19, 2021

It seems the CI failure is a spurious issue during apt::update:

  Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns:   403  Forbidden [IP: 188.185.87.216 443]

@ghoneycutt ghoneycutt merged commit b9dc268 into voxpupuli:master Jul 19, 2021
@olifre olifre deleted the apt-update-dep branch July 20, 2021 10:38
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