Sha256: 779adda5348ba97900bb1434c5cf6229b5a09ce13577e4542ae8a9969532ab21
Contents?: true
Size: 454 Bytes
Versions: 16
Compression:
Stored size: 454 Bytes
Contents
module Actions module Candlepin module Owner class UpstreamRegenerateCertificates < Candlepin::Abstract input_format do param :organization_id param :upstream end def run organization = ::Organization.find(input[:organization_id]) output[:response] = organization.redhat_provider.owner_regenerate_upstream_certificates(input[:upstream]) end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems