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

An acceptance test needs to be added that exercises the overrides in lib/puppet/provider/sshkey/augeas.rb #75

Open
trevor-vaughan opened this issue Aug 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@trevor-vaughan
Copy link
Contributor

The lib/puppet/provider/sshkey/augeas.rb enhances the existing sshkey provider.

Prior to puppet 6, this worked seamlessly because the sshkey provider was loaded first.

However, since sshkey is now a separate module, I believe that the override is probably not working (have not explicitly checked) because augeasproviders_ssh comes before sshkey alphabetically.

The fix is probably to explicitly load the parent type prior to trying to load the override.

@trevor-vaughan trevor-vaughan added the bug Something isn't working label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant