Sha256: 7035e49c8bd70f469dbd9031f96b2d193c37e647a1f80ecfe63309c8d4ef5eac
Contents?: true
Size: 454 Bytes
Versions: 165
Compression:
Stored size: 454 Bytes
Contents
module Actions module Pulp3 module Repository class UpdateDistributions < 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).refresh_distributions end end end end end
Version data entries
165 entries across 165 versions & 1 rubygems