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

Fix namespace clash #177

Closed
wants to merge 7 commits into from
Closed

Fix namespace clash #177

wants to merge 7 commits into from

Conversation

jordanbreen28
Copy link

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

GSPatton and others added 7 commits November 8, 2023 09:49
Currently, the new puppet-lint gem and the old one clash as both compete for the PuppetLint namespace. This initial commit aims to solve this by intorducing the puppetlabs directory in lib so that resources are found in lib/puppetlabs/puppet-lint rather than lib/puppet-lint.
This method is being tested first to avoid introducing changes that would require users to update their puppet-lint resource definitions
…int/plugins rather than lib/puppetlabs-lint/plugins - sacraficing consistency in naming here for minimal impact on users
@bastelfreak
Copy link
Collaborator

I think before we merge/review this we should wait for the outcome of #173 (comment)

@jordanbreen28
Copy link
Author

I think before we merge/review this we should wait for the outcome of #173 (comment)

Hey @bastelfreak - yes thats the plan, this PR is a placeholder for if we decide to go this route. Let me go ahead and mark this as draft.

@jordanbreen28 jordanbreen28 marked this pull request as draft November 21, 2023 10:37
@jordanbreen28 jordanbreen28 deleted the fix-namespace-clash branch November 22, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants