Module: Katello::Concerns::RemoteExecutionProviderExtensions
- Defined in:
- app/models/katello/concerns/remote_execution_provider_extensions.rb
Instance Method Summary collapse
Instance Method Details
#alternative_names(host) ⇒ Object
4 5 6 |
# File 'app/models/katello/concerns/remote_execution_provider_extensions.rb', line 4 def alternative_names(host) super.merge(:consumer_uuid => host.subscription_facet&.uuid) end |