Sha256: d7fe0494ae9512df741fe9aa9f0b1d45a414339f3c9ef8edb159c447a2cb6f8c
Contents?: true
Size: 505 Bytes
Versions: 84
Compression:
Stored size: 505 Bytes
Contents
module Actions module Katello module ContentCredential class Update < Actions::EntryAction def plan(gpg_key, gpg_key_params) action_subject gpg_key gpg_key.update!(gpg_key_params) gpg_key.repositories.each do |repository| if repository.content_type == ::Katello::Repository::DEB_TYPE plan_action(::Actions::Katello::Repository::RefreshRepository, repository) end end end end end end end
Version data entries
84 entries across 84 versions & 1 rubygems