Sha256: bc0fc192c0adddeee4a906278eb933ea7ff5d55691359f4a82af3b96a71e6fc1
Contents?: true
Size: 448 Bytes
Versions: 57
Compression:
Stored size: 448 Bytes
Contents
module Actions module Pulp3 module Orchestration module AlternateContentSource class Create < Pulp3::Abstract def plan(smart_proxy_acs) sequence do plan_action(Actions::Pulp3::AlternateContentSource::CreateRemote, smart_proxy_acs) plan_action(Actions::Pulp3::AlternateContentSource::Create, smart_proxy_acs) end end end end end end end
Version data entries
57 entries across 57 versions & 1 rubygems