-
-
Notifications
You must be signed in to change notification settings - Fork 287
CentOS support #84
Comments
I'm working on a solution for this, since I'm looking to adopt this for our clusters at my workplace. The deprecated |
There are actually two things that need to be considered here for CentOS/RHEL support. One is the use of It looks like there may be a way around that without needing the end user to disable SELinux or put SELinux into permissive mode. SELinux provides booleans that can tune the base policy from CentOS or Red Hat, and turning on the NIS boolean would allow for auth programs (like PAM or sshd) to make outbound calls to get user information. I'm currently testing a patch in the installer script to allow this. Once that is done, it may be worth looking into making that change in the RPM itself. |
I prepare a test case to ensure that CentOS is always working... |
from @nicholascowan
#83 breaks functionality on CENTOS7 because it's checking for init.d scripts and doesn't take into account systemd, the restart method should be systemctl restart sshd.
This causes script to throw an error since ssh.service is not found, and would break in any cloudformation scripts.
The text was updated successfully, but these errors were encountered: