Project

General

Profile

Actions

Bug #10101

closed

[foreman] 1.8.0 RC2 freeipa template

Added by Brandon Merjil about 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Templates
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions #1

Updated by Dominic Cleal about 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!

Actions #2

Updated by Dominic Cleal about 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

Also available in: Atom PDF