Sha256: 1f69615934b78d89146d180dfef3155c1a98c5137dcc700cbcabbb3748bf4bf9
Contents?: true
Size: 347 Bytes
Versions: 14
Compression:
Stored size: 347 Bytes
Contents
namespace :katello do namespace :upgrades do namespace '3.6' do desc "Import product content from Candlepin to improve API performance and enhance searching" task :import_product_content => %w(environment check_ping) do User.current = User.anonymous_admin Katello::Content.import_all end end end end
Version data entries
14 entries across 14 versions & 1 rubygems