Sha256: 55cd06981465ffe2f9cd3928f4a7722e4a607cc9149fefef1f040bfbfccff767

Contents?: true

Size: 460 Bytes

Versions: 9

Compression:

Stored size: 460 Bytes

Contents

module Actions
  module Katello
    module Repository
      class UpdateCVRepoCertGuard < Actions::Base
        include Actions::Katello::PulpSelector

        def plan(repository, smart_proxy)
          plan_optional_pulp_action([::Actions::Pulp3::Repository::UpdateCVRepositoryCertGuard], repository, smart_proxy)
        end

        def humanized_name
          _("Updating repository authentication configuration")
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-3.17.0.rc1 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc5.1 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc5 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc4.1 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc4 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc3.1 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc3 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb
katello-3.16.0.rc2.1 app/lib/actions/katello/repository/update_cv_repo_cert_guard.rb