Sha256: 2a986cc0662d0d5bbd461c4d16d014fc57b219e45948bbebaacfbb439e029f7e
Contents?: true
Size: 534 Bytes
Versions: 95
Compression:
Stored size: 534 Bytes
Contents
module Actions module Katello module ContentView class AddToEnvironment < Actions::Base def plan(content_view_version, environment) cve = ::Katello::ContentViewManager.add_version_to_environment( content_view_version: content_view_version, environment: environment ) ::Katello::ContentViewManager.create_candlepin_environment( content_view_environment: cve ) content_view_version.save! end end end end end
Version data entries
95 entries across 95 versions & 1 rubygems