Sha256: b27a23330434bf39c8c84d7a522086aaa00b1a715c3e5e74ba64798eca69e66b
Contents?: true
Size: 462 Bytes
Versions: 37
Compression:
Stored size: 462 Bytes
Contents
module Actions module Pulp module ContentViewPuppetEnvironment class IndexContent < Pulp::Abstract input_format do param :id, Integer end def run puppet_env = ::Katello::ContentViewPuppetEnvironment.find(input[:id]) puppet_module_ids = pulp_extensions.repository.puppet_module_ids(puppet_env.pulp_id) puppet_env.index_content(puppet_module_ids) end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems