Sha256: 09565140ea4f33cda4afc643225d6fc7628a5e285c75819d0840610094268105

Contents?: true

Size: 235 Bytes

Versions: 10

Compression:

Stored size: 235 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class EnsureSyncNotification < Pulp::Abstract
        def run
          output[:results] = ::Katello::Repository.ensure_sync_notification
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-3.8.1 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.7.1.1 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.7.1 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.8.0 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.8.0.rc3 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.8.0.rc2 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.7.0 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.8.0.rc1 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.7.0.rc2 app/lib/actions/pulp/repository/ensure_sync_notification.rb
katello-3.7.0.rc1 app/lib/actions/pulp/repository/ensure_sync_notification.rb