Sha256: aee1a181d6ddef43b2b217a6610c4fb4acef9b50cc769175a32b69d3c21be08a
Contents?: true
Size: 463 Bytes
Versions: 62
Compression:
Stored size: 463 Bytes
Contents
module Actions module Pulp module Repository class AssociateDistributor < Pulp::Abstract input_format do param :repo_id param :type_id param :config param :hash param :capsule_id end def run output[:response] = pulp_resources.repository. associate_distributor(*input.values_at(:repo_id, :type_id, :config, :hash)) end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems