Sha256: 255aa40f2a9971f62e3db6c7e59f832c67def06dc0a9a555f97196f1130f2b96
Contents?: true
Size: 435 Bytes
Versions: 29
Compression:
Stored size: 435 Bytes
Contents
module Actions module Katello module Repository class IndexPackageGroups < Actions::EntryAction middleware.use Actions::Middleware::KeepCurrentUser def plan(repository) plan_self(:user_id => ::User.current.id, :id => repository.id) end def run repo = ::Katello::Repository.find(input[:id]) repo.index_db_package_groups end end end end end
Version data entries
29 entries across 29 versions & 1 rubygems