deric / puppet-accounts

Simple hierachical management of Linux user accounts, groups and SSH keys
https://forge.puppetlabs.com/deric/accounts
Apache License 2.0
34 stars 33 forks source link

Puppet 6 support #103

Open deric opened 4 years ago

deric commented 4 years ago

Puppet 6 might break backwards compatibility, as some resources are not part of Puppet anymore. e.g. sshkeys.

kmarcroft commented 4 years ago

Hi,

any chance the 2.1.X will release soon?

Thanks

deric commented 4 years ago

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.

deric commented 4 years ago

@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.

kmarcroft commented 4 years ago

@deric thanks. Will do.