Sha256: 2f751104e65fe4d358246a686af41db83cf53f4eb1ace7673eac6c55e927d82a
Contents?: true
Size: 319 Bytes
Versions: 84
Compression:
Stored size: 319 Bytes
Contents
module Actions module Katello module Repository class UpdateHttpProxyDetails < Actions::EntryAction def plan(repository) plan_action( Actions::Pulp3::Repository::UpdateRemote, repository, SmartProxy.pulp_primary) end end end end end
Version data entries
84 entries across 84 versions & 1 rubygems