Sha256: 971b32938f257dee6976332b138b9b2c3badfd2a4390eeba994fe0665d3c0b17

Contents?: true

Size: 368 Bytes

Versions: 19

Compression:

Stored size: 368 Bytes

Contents

module Actions
  module Katello
    module CapsuleContent
      class ConfigureCapsule < ::Actions::EntryAction
        def plan(capsule, environment, content_view)
          sequence do
            plan_action(RemoveUnneededRepos, capsule)
            plan_action(CreateRepos, capsule, environment, content_view)
          end
        end
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
katello-3.2.1.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.2.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.2.0 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.2.0.rc3 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.2.0.rc2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.2.0.rc1.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.2.0.rc1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.1.0.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.1.0 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.1.0.rc2.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.1.0.rc1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.0 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.0.rc7 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.0.rc5 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.0.rc4 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.0.rc3 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.0.0.rc2 app/lib/actions/katello/capsule_content/configure_capsule.rb