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

[debian] Fix error when checking custom repository file #275

Merged
merged 2 commits into from
Apr 28, 2020

Conversation

KSerrania
Copy link
Contributor

What does this PR do?

Uses the slurp module instead of the lookup module to fetch the remote custom apt repository file.

Motivation

Fixes bug found in #262.

The lookup module uses the file on the control node instead of the one on the remote node. The slurp module allows us to fetch the file on the remote node instead, which is the expected behavior.

@KSerrania KSerrania requested a review from a team as a code owner April 28, 2020 09:29
@KSerrania KSerrania merged commit 972e278 into master Apr 28, 2020
@KSerrania KSerrania deleted the kserrania/fix-idempotence-debian branch April 28, 2020 15:36
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.

2 participants