Sha256: f330e20d4b1b40187507a2f0555c8f67e7fe7599d17ac97e69fcc9f72c77598a
Contents?: true
Size: 506 Bytes
Versions: 51
Compression:
Stored size: 506 Bytes
Contents
module Actions module Pulp3 module AlternateContentSource class RefreshRemote < Pulp3::AbstractAsyncTask def plan(smart_proxy_acs) plan_self(smart_proxy_acs_id: smart_proxy_acs.id, smart_proxy_id: smart_proxy_acs.smart_proxy_id) end def invoke_external_task smart_proxy_acs = ::Katello::SmartProxyAlternateContentSource.find(input[:smart_proxy_acs_id]) smart_proxy_acs.backend_service.update_remote end end end end end
Version data entries
51 entries across 51 versions & 1 rubygems