Sha256: 2805a6d1016276dd7edbb6f263e55105ee38ec7bf3742029e7e6667ff0202f7d

Contents?: true

Size: 392 Bytes

Versions: 53

Compression:

Stored size: 392 Bytes

Contents

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

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
katello-3.4.0.2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.4.0.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.4.0 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.4.0.rc2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.4.0.rc1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.1.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.0.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.0 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.0.rc2 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.0.rc1.1 app/lib/actions/katello/capsule_content/configure_capsule.rb
katello-3.3.0.rc1 app/lib/actions/katello/capsule_content/configure_capsule.rb