Project

General

Profile

« Previous | Next » 

Revision e97aec2b

Added by Lukáš Zapletal about 3 years ago

Fixes #32266 - render_error call in userdata fixed (#8442)

View differences:

app/controllers/userdata_controller.rb
template ||= @host.provisioning_template(kind: 'user_data')
unless template
render_error(
:message => 'Unable to find user-data or cloud-init template for host %{host} running %{os}',
_('Unable to find user-data or cloud-init template for host %{host} running %{os}'),
:status => :not_found,
:host => @host.name,
:os => @host.operatingsystem
......
@host = Foreman::UnattendedInstallation::HostFinder.new(query_params: query_params).search
return true if @host
render_error('Could not find host for request %{request_ip}',
render_error(_('Could not find host for request %{request_ip}'),
:status => :not_found,
:request_ip => request.remote_ip
)

Also available in: Unified diff