Project

General

Profile

Actions

Bug #25172

closed

kickstart default user_data and finish templates do not recognise "Red Hat Identity Management" as a realm_type

Added by chris procter over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
easy
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Following on from https://projects.theforeman.org/issues/25117 which added IdM as a recognised realm_type to the kickstart default kickstart template, IdM should also be added to the other two templates that allow FreeIPA namely kickstart_default_user_data.erb and kickstart_default_finish.erb

Again this means replacing:
<% if host_enc['parameters']['realm'] && @host.realm && @host.realm.realm_type == 'FreeIPA' ->
with:
<% if host_enc['parameters']['realm'] && @host.realm && (@host.realm.realm_type 'FreeIPA' || @host.realm.realm_type 'Red Hat Identity Management') -%>


Related issues 1 (0 open1 closed)

Related to Foreman - Bug #25117: kickstart-default template does not recognise "Red Hat Identity Management" as a realm_typeClosedActions
Actions #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/community-templates/pull/527 added
Actions #2

Updated by Anonymous over 5 years ago

  • Fixed in Releases 1.18.3, 1.19.1, 1.20.0 added
Actions #3

Updated by chris procter over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by Tomer Brisker over 5 years ago

  • Category set to Templates
Actions #5

Updated by Ewoud Kohl van Wijngaarden over 5 years ago

  • Related to Bug #25117: kickstart-default template does not recognise "Red Hat Identity Management" as a realm_type added
Actions #6

Updated by Ewoud Kohl van Wijngaarden over 5 years ago

  • Bugzilla link set to 1635680
Actions

Also available in: Atom PDF