Sha256: 00d5ce75dff847c3087cddd2e003a6f59fcedadd4984914c91db8f46c4dc20bc
Contents?: true
Size: 556 Bytes
Versions: 87
Compression:
Stored size: 556 Bytes
Contents
module Actions module Pulp module Orchestration module Repository class Sync < Pulp::Abstract include Actions::Helpers::OutputPropagator def plan(repository, smart_proxy, options) sequence do options.merge!(:repo_id => repository.id, :smart_proxy_id => smart_proxy.id) action_output = plan_action(Actions::Pulp::Repository::Sync, options).output plan_self(:subaction_output => action_output) end end end end end end end
Version data entries
87 entries across 87 versions & 1 rubygems