module ForemanRemoteExecution::Concerns::Api::V2::RegistrationControllerExtensions
def remote_execution_interface
def remote_execution_interface return unless params['remote_execution_interface'].present? @host.set_execution_interface(params['remote_execution_interface']) end