Sha256: 03d7e761484794b800b31379395888f219bc68300ac2d43948aafcff3bedd5b3

Contents?: true

Size: 404 Bytes

Versions: 9

Compression:

Stored size: 404 Bytes

Contents

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

        def run
          output[:response] = ::Katello.pulp_server.extensions.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-2.4.5 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.4 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.3 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.2 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.1 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.0 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.0.rc3 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.0.rc2 app/lib/actions/pulp/repository/update_importer.rb
katello-2.4.0.rc1 app/lib/actions/pulp/repository/update_importer.rb