Sha256: 3b89ddede40cc4ed5cd3026c52febbebaa7d63672bce236e7b01eea093b40edd
Contents?: true
Size: 231 Bytes
Versions: 207
Compression:
Stored size: 231 Bytes
Contents
namespace :katello do task :import_subscriptions => ["environment"] do User.current = User.anonymous_api_admin puts _("Importing Subscriptions") Katello::Subscription.import_all Katello::Pool.import_all end end
Version data entries
207 entries across 207 versions & 1 rubygems