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

(MODULES-10988) fix require_relative being not relative enough #316

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

DavidS
Copy link
Contributor

@DavidS DavidS commented Apr 19, 2021

In some cases running this outside the default puppet agent config this
can cause issues if the libdir does not end in lib.

This fix does away with the extraneous level of relativity and thus avoids
the problem. This is the only place in the module where this pattern was
used.

In some cases running this outside the default puppet agent config this
can cause issues if the libdir does not end in `lib`.

This fix does away with the extraneous level of relativity and thus avoids
the problem. This is the only place in the module where this pattern was
used.
@DavidS DavidS added the bugfix label Apr 19, 2021
@DavidS DavidS requested a review from a team as a code owner April 19, 2021 09:46
@sanfrancrisko sanfrancrisko merged commit 1112ed3 into puppetlabs:main Apr 19, 2021
@DavidS DavidS deleted the modules-10988 branch April 19, 2021 16:11
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.

2 participants