app/lib/actions/katello/repository/update.rb in katello-4.1.4 vs app/lib/actions/katello/repository/update.rb in katello-4.2.0.rc1
- old
+ new
@@ -34,11 +34,10 @@
label: content.label,
gpg_url: repository.yum_gpg_key_url)
end
if root.pulp_update_needed?
sequence do
- plan_pulp_action([::Actions::Pulp::Orchestration::Repository::Refresh,
- ::Actions::Pulp3::Orchestration::Repository::Update],
+ plan_action(::Actions::Pulp3::Orchestration::Repository::Update,
repository,
SmartProxy.pulp_primary)
plan_self(:repository_id => root.library_instance.id)
if update_cv_cert_protected
plan_optional_pulp_action([::Actions::Pulp3::Orchestration::Repository::TriggerUpdateRepoCertGuard], repository, ::SmartProxy.pulp_primary)