-
Notifications
You must be signed in to change notification settings - Fork 34
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
Issue with accounts_group_members() on version 1.5.1 #65
Comments
Which version do you use? It might work on Solaris, though I haven't test it. |
puppet version 4.3.2 I need to integrate on Ubuntu and "Solaris and Sles", if you want I can test it and adapt it if necessary, to validate the compatibility for your module. |
Good, PRs and tests on new platforms are welcomed! Basic integration tests currently runs on CentOS and Debian. It shouldn't be a problem to add Solaris and SLES. Group management currently relies on Regarding the error message, how do you install puppet modules? It seems like you're using old version of
|
unfortunately gpasswd doesn't exist on Solaris and the module doesn't change the group in user propriety, we can use usermod instead on Solaris, but need coding. For |
What is the best way to adapt your module on Solaris where is no gpasswd ? |
Ok, I'm glad you've managed to solve it. I've opened separated issues (#67, #68) for both OS. I don't have much experience with Solaris, we need to update commands for adding and removing members. If |
After update the module I've got this error:
With this hiera :
Tested on
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
Does it work on Solaris although it's not write supported ?
Thank you.
The text was updated successfully, but these errors were encountered: