Sha256: aefd7b238927942f97f1536ec65ee62ca76c7619f32cac13a79bf2aa15fb041d
Contents?: true
Size: 291 Bytes
Versions: 26
Compression:
Stored size: 291 Bytes
Contents
module Actions module Pulp3 class ImportMigration < Pulp3::Abstract def plan plan_self end def run migration_service = ::Katello::Pulp3::Migration.new(SmartProxy.pulp_master) migration_service.import_pulp3_content end end end end
Version data entries
26 entries across 26 versions & 1 rubygems