Skip to content
Snippets Groups Projects
Verified Commit f4050343 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix "template rendering" with Foreman 1.23

parent 36851e50
No related branches found
No related tags found
No related merge requests found
module ForemanWds module ForemanWds
module UnattendedControllerExtensions module UnattendedControllerExtensions
def render_template(kind) def host_template
return super(kind) unless kind == 'wds_localboot' return super unless params[:kind] == 'wds_localboot'
begin begin
iface = @host.provision_interface iface = @host.provision_interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment