Sha256: 129e2b5be7324e28a0fe444e2a799a5bdc2f0eb7e352f0b1ab627272bc3ef767

Contents?: true

Size: 400 Bytes

Versions: 20

Compression:

Stored size: 400 Bytes

Contents

# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# !!! PLEASE KEEP THIS SCRIPT IDEMPOTENT !!!
#
::User.current = ::User.anonymous_api_admin

if SETTINGS[:katello][:use_pulp]
  Katello::Repository.ensure_sync_notification
end
::User.current = nil

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
katello-3.2.1.1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.2.1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.2.0 db/seeds.d/108-ensure_sync_notification.rb
katello-3.2.0.rc3 db/seeds.d/108-ensure_sync_notification.rb
katello-3.2.0.rc2 db/seeds.d/108-ensure_sync_notification.rb
katello-3.2.0.rc1.1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.2.0.rc1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.1.0.1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.1.0 db/seeds.d/108-ensure_sync_notification.rb
katello-3.1.0.rc2.1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.2 db/seeds.d/108-ensure_sync_notification.rb
katello-3.1.0.rc1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.1 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0.rc7 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0.rc5 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0.rc4 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0.rc3 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0.rc2 db/seeds.d/108-ensure_sync_notification.rb
katello-3.0.0.rc1 db/seeds.d/108-ensure_sync_notification.rb