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.2.0.rc1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.0.2.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.1.2.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.0.2 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.1.2 lib/katello/tasks/fix_hostgroup_facets.rake
katello-3.18.4 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.1.1 lib/katello/tasks/fix_hostgroup_facets.rake
katello-4.1.0 lib/katello/tasks/fix_hostgroup_facets.rake
katello-3.18.3.1 lib/katello/tasks/fix_hostgroup_facets.rake