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 UnattendedControllerExtensions
def render_template(kind)
return super(kind) unless kind == 'wds_localboot'
def host_template
return super unless params[:kind] == 'wds_localboot'
begin
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