Class: Actions::Katello::ContentViewPuppetEnvironment::Clear

Inherits:
Base
  • Object
show all
Defined in:
app/lib/actions/katello/content_view_puppet_environment/clear.rb

Instance Method Summary collapse

Instance Method Details

#plan(repo) ⇒ Object



5
6
7
# File 'app/lib/actions/katello/content_view_puppet_environment/clear.rb', line 5

def plan(repo)
  plan_action(Pulp::Repository::RemovePuppetModule, pulp_id: repo.pulp_id)
end