Sha256: db35407f47e451a7e5803a7c5b38b9617bd0e0926b4e42b74cb43df2a51e9f04
Contents?: true
Size: 664 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems