Sha256: f8b99f9bd9bf1a0ad79db0b3cd4e7c3ab2bb7e54a6f21923e1e30d8b39c50c82

Contents?: true

Size: 344 Bytes

Versions: 9

Compression:

Stored size: 344 Bytes

Contents

module Actions
  module Katello
    module CapsuleContent
      class ConfigureCapsule < ::Actions::EntryAction
        def plan(capsule)
          sequence do
            plan_action(Pulp::Consumer::ActivateNode, capsule.consumer)
            plan_action(ManageBoundRepositories, capsule)
          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.4 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.3 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.0 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.0.rc3 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.0.rc2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-2.4.0.rc1 app/lib/actions/katello/capsule_content/configure_capsule.rb