Sha256: af93845c15a5147f785ee10db9349fc31fefffe924bcf4805720962b4f97874a

Contents?: true

Size: 270 Bytes

Versions: 72

Compression:

Stored size: 270 Bytes

Contents

module Actions
  module Katello
    module CapsuleContent
      class RemoveOrphans < Pulp::Abstract
        input_format do
          param :capsule_id
        end

        def run
          pulp_resources.content.remove_orphans
        end
      end
    end
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
katello-3.11.2 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.10.2 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.10.1.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.10.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.11.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.11.0 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.11.0.rc2 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.11.0.rc1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.10.0 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.10.0.rc1.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.9.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.10.0.rc1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.9.0 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.8.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.9.0.rc2 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.9.0.rc1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.7.1.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.7.1 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.8.0 app/lib/actions/katello/capsule_content/remove_orphans.rb
katello-3.8.0.rc3 app/lib/actions/katello/capsule_content/remove_orphans.rb