Sha256: ca61d39c1e7b4a500dd428d3e5947c870ff42edada7f6bc678ea6565df0655e1
Contents?: true
Size: 406 Bytes
Versions: 9
Compression:
Stored size: 406 Bytes
Contents
module Actions module Katello module Repository class NodeMetadataGenerate < Actions::Base def plan(repo) return unless repo.node_syncable? plan_action(Pulp::Repository::DistributorPublish, pulp_id: repo.pulp_id, distributor_type_id: Runcible::Models::NodesHttpDistributor.type_id) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems