Sha256: a6602f9d037128133df16a1623a1d65204ec5c798fc940720f4476b43dfad3cb
Contents?: true
Size: 415 Bytes
Versions: 15
Compression:
Stored size: 415 Bytes
Contents
module Actions module Katello module Repository class RefreshRepository < Actions::Base def plan(repo) User.as_anonymous_admin do repo = ::Katello::Repository.find(repo.id) plan_action(Pulp::Repository::Refresh, repo, :capsule_id => SmartProxy.default_capsule!.id) plan_self(:name => repo.name) end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems