Sha256: f137a2cf089417de50d562aa1fd67036b267c639c28e51d2cb029e880aaabf58
Contents?: true
Size: 338 Bytes
Versions: 89
Compression:
Stored size: 338 Bytes
Contents
namespace :katello do desc "This task collates hostgroup content facts that were missed during the upgrade from audit.\ It then updates the hostgroup content_facet accordingly." task :fix_hostgroup_facets => :environment do User.current = User.anonymous_admin ::Katello::Util::HostgroupFacetsHelper.new.main end end
Version data entries
89 entries across 89 versions & 1 rubygems