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