Sha256: 625eedd33641f7094a0ecd1ad83cc47edbb779916e7675343ff7524f0c6d46da
Contents?: true
Size: 483 Bytes
Versions: 26
Compression:
Stored size: 483 Bytes
Contents
module Actions module Katello module Repository class VerifyChecksum < Actions::EntryAction include Helpers::Presenter def plan(repo) action_subject(repo) plan_action(Actions::Pulp3::Repository::Repair, repo.id, SmartProxy.pulp_primary) end def presenter found = all_planned_actions(Pulp3::Repository::Repair) Helpers::Presenter::Delegated.new(self, found) end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems