Sha256: 2201e5e98cdf7893091650e644f292436370e0afaaff75e44025e32cb40a950e
Contents?: true
Size: 439 Bytes
Versions: 82
Compression:
Stored size: 439 Bytes
Contents
module Actions module Pulp3 module Repository class UpdateRemote < Pulp3::Abstract def plan(repository, smart_proxy) plan_self(:repository_id => repository.id, :smart_proxy_id => smart_proxy.id) end def run repo = ::Katello::Repository.find(input[:repository_id]) output[:response] = repo.backend_service(smart_proxy).update_remote end end end end end
Version data entries
82 entries across 82 versions & 1 rubygems