Sha256: 85c5453889f58c75ef73e22abc8a86c74072447abe5f8d657708109a3b93fb40

Contents?: true

Size: 414 Bytes

Versions: 9

Compression:

Stored size: 414 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class UpdateImporter < Pulp::Abstract
        input_format do
          param :repo_id
          param :id
          param :config
          param :capsule_id
        end

        def run
          output[:response] = pulp_resources.repository.
              update_importer(*input.values_at(:repo_id, :id, :config))
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-3.0.2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.1 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0.rc7 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0.rc5 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0.rc4 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0.rc3 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0.rc2 app/lib/actions/pulp/repository/update_importer.rb
katello-3.0.0.rc1 app/lib/actions/pulp/repository/update_importer.rb