Sha256: b4badd91e8c2569ccb021361d7c8dc079868f3e1951618d990f87f3a66f2f7cd

Contents?: true

Size: 237 Bytes

Versions: 6

Compression:

Stored size: 237 Bytes

Contents

module Actions
  module Katello
    module Repository
      class Clear < Actions::Base
        def plan(repo)
          plan_action(Actions::Pulp::Repository::Clear, repo, SmartProxy.pulp_master)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.12.3 app/lib/actions/katello/repository/clear.rb
katello-3.12.2 app/lib/actions/katello/repository/clear.rb
katello-3.12.1 app/lib/actions/katello/repository/clear.rb
katello-3.12.0 app/lib/actions/katello/repository/clear.rb
katello-3.12.0.rc2 app/lib/actions/katello/repository/clear.rb
katello-3.12.0.rc1 app/lib/actions/katello/repository/clear.rb