Class: Actions::Katello::Repository::UpdateHttpProxyDetails
- Inherits:
-
EntryAction
- Object
- EntryAction
- Actions::Katello::Repository::UpdateHttpProxyDetails
- Defined in:
- app/lib/actions/katello/repository/update_http_proxy_details.rb
Instance Method Summary collapse
Instance Method Details
#plan(repository) ⇒ Object
5 6 7 8 9 10 |
# File 'app/lib/actions/katello/repository/update_http_proxy_details.rb', line 5 def plan(repository) plan_action( Actions::Pulp3::Repository::UpdateRemote, repository, SmartProxy.pulp_primary) end |