Class: Actions::Katello::CapsuleContent::ConfigureCapsule

Inherits:
EntryAction
  • Object
show all
Defined in:
app/lib/actions/katello/capsule_content/configure_capsule.rb

Instance Method Summary collapse

Instance Method Details

#plan(capsule, environment, content_view) ⇒ Object



5
6
7
8
9
10
# File 'app/lib/actions/katello/capsule_content/configure_capsule.rb', line 5

def plan(capsule, environment, content_view)
  sequence do
    plan_action(RemoveUnneededRepos, capsule)
    plan_action(CreateRepos, capsule, environment, content_view)
  end
end