Sha256: c410a0bc2e9dbd0a972179309103b1d3ba815fe0a94d78499659178f68c8adb8
Contents?: true
Size: 664 Bytes
Versions: 120
Compression:
Stored size: 664 Bytes
Contents
module Actions module Pulp3 module Orchestration module Repository class TriggerUpdateRepoCertGuard < Pulp3::Abstract def plan(repository, smart_proxy) plan_self(:repository_id => repository.id, :smart_proxy_id => smart_proxy.id) end def run repository = ::Katello::Repository.find(input[:repository_id]) ForemanTasks.async_task(::Actions::Pulp3::Repository::UpdateCVRepositoryCertGuard, repository, smart_proxy) end def humanized_name _("Updating repository authentication configuration") end end end end end end
Version data entries
120 entries across 120 versions & 1 rubygems