Sha256: 9acdfcd3cccba19cd224fcd2589033bec03c30ba2e3194a1d7a2eaf4245aaa61
Contents?: true
Size: 414 Bytes
Versions: 111
Compression:
Stored size: 414 Bytes
Contents
module Actions module Katello module Host class Reassign < Actions::Base def plan(host, content_view_id, environment_id) host.content_facet.content_view = ::Katello::ContentView.find(content_view_id) host.content_facet.lifecycle_environment = ::Katello::KTEnvironment.find(environment_id) host.update_candlepin_associations end end end end end
Version data entries
111 entries across 111 versions & 1 rubygems