Actions
Bug #10101
closed[foreman] 1.8.0 RC2 freeipa template
Description
I was deploying a new CentOS 7 guest and noticed that the sssd.conf had sudo added twice to the services line.
The comment on line 93 says that 4.1.0 takes care of this now, but line 96 still includes freeIPA version 4 and less
if [ $freeipa_client_version_major -le 4 ]
Probably should be:
if [ $freeipa_client_version_major -lt 4 ]
Thanks.
Updated by Dominic Cleal over 9 years ago
- Category set to Templates
Would you mind sending a pull request for this file for review?
https://github.com/theforeman/community-templates/blob/master/snippets/freeipa_register.erb
Thanks!
Updated by Dominic Cleal over 9 years ago
- Status changed from New to Closed
- Assignee set to Brandon Merjil
- % Done changed from 0 to 100
- Translation missing: en.field_release set to 28
Actions