-
Notifications
You must be signed in to change notification settings - Fork 33
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
Puppet 6 support #103
Comments
Hi, any chance the 2.1.X will release soon? Thanks |
There were quite many changes in the providers API, which makes it hard to refactor the code without breaking functionality. I'll try to have a look at this. |
@kmarcroft If you're starting from scratch I'd recommend having a look at official puppet-accounts. The module is completely rewritten and tested against Puppet 6. It evolved a lot since I've started writing this module. |
@deric thanks. Will do. |
Puppet 6 might break backwards compatibility, as some resources are not part of Puppet anymore. e.g.
sshkeys
.The text was updated successfully, but these errors were encountered: