Sha256: d69d547cef49821e48bb5c04903c4e61d039843c4540a19cf09895df4715e944
Contents?: true
Size: 451 Bytes
Versions: 46
Compression:
Stored size: 451 Bytes
Contents
module Actions module Pulp3 module Orchestration module AlternateContentSource class Refresh < Pulp3::Abstract def plan(smart_proxy_acs) sequence do plan_action(Actions::Pulp3::AlternateContentSource::RefreshRemote, smart_proxy_acs) plan_action(Actions::Pulp3::AlternateContentSource::Refresh, smart_proxy_acs) end end end end end end end
Version data entries
46 entries across 46 versions & 1 rubygems