-
Notifications
You must be signed in to change notification settings - Fork 82
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
Setting ensure => absent now further disables sssd #32
Conversation
machad
commented
Feb 22, 2017
- For redhat-based systems, authconfig flags --disablesssd and --disablesssdauth
- The sssd service sets ensure => stopped and enable => false
* For redhat-based systems, authconfig flags --disablesssd and --disablesssdauth * The sssd service sets ensure => stopped and enable => false
Hi @machad Try running |
@ghoneycutt Thanks. I've done that and committed the update. How do I trigger a re-check with travis? |
It looks like the following test is failing: https://travis-ci.org/sgnl05/sgnl05-sssd/jobs/204363675 Unfortunately, it's a bit unclear to me where the actual issue is short of maybe something specific to Ruby 1.9.3. If you can give me a hint, I'll be happy to dig in. |
We meed a new exclude in the .travis.yml file. Apparently the newest version of puppet 4.9.x does not support ruby 1.9.3... |
Adding this should do it:
|
opened PR #33 to fix this issue |
@edestecd Puppet 4.9 also drops support for ruby 2.0.0, though this module does not support that version. |
Thanks, @ghoneycutt. I'll keep an eye on that and once it's merged I'll pull it into this branch. |
* Pulling in merge sgnl05#33 to fix Travis tests
Thanks! 👍 |