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

Use File.expand_path with require. #268

Merged
merged 1 commit into from
Mar 17, 2014
Merged

Use File.expand_path with require. #268

merged 1 commit into from
Mar 17, 2014

Conversation

daenney
Copy link

@daenney daenney commented Mar 16, 2014

For some reason, even though our own tests pass with require puppet_x/apt_key/patch_openuri every other module that depends on puppetlabs-apt is now breaking in tests claiming it can't load that module.

Somewhere along the way something is probably messing with LOADPATH causing this to trip up. This should fix the issues for everyone.

This commit affects:

For some reason, even though our own tests pass with `require
puppet_x/apt_key/patch_openuri` every other module that depends on
puppetlabs-apt is now breaking in tests claiming it can't load that
module.

Somewhere along the way something is probably messing with LOADPATH
causing this to trip up. This should fix the issues for everyone.

This commit affects:
 * #229
 * puppetlabs/puppetlabs-postgresql#391
@daenney
Copy link
Author

daenney commented Mar 16, 2014

@hunner
Copy link

hunner commented Mar 17, 2014

Sigh.

hunner added a commit that referenced this pull request Mar 17, 2014
Use File.expand_path with require.
@hunner hunner merged commit 4d8f69d into puppetlabs:master Mar 17, 2014
@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.

3 participants