Sha256: efaa16d12d0ff6990a0d34a4d35e306d040b09839d84276c9f6d38a6457ade64

Contents?: true

Size: 327 Bytes

Versions: 12

Compression:

Stored size: 327 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module Repository
        class RefreshIfNeeded < Pulp::Abstract
          def plan(repository, smart_proxy)
            plan_action(Actions::Pulp::Repository::Refresh, repository, smart_proxy_id: smart_proxy.id)
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
katello-3.14.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.4 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.14.0 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.3 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.14.0.rc2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.14.0.rc1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.0 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.0.rc2.1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.0.rc2 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb
katello-3.13.0.rc1 app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb