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

Version Path
katello-4.15.0.rc2 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.15.0.rc1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.14.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.14.0 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.14.0.rc3 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.14.0.rc2 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.14.0.rc1.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.14.0.rc1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.13.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.13.0 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.12.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.13.0.rc1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.12.0 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.12.0.rc3 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.12.0.rc2 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.12.0.rc1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.11.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.11.0 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.11.0.rc2 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.11.0.rc1 lib/katello/tasks/fix_hostgroup_facets.rake