Sha256: af873a34c5da1a321bf07f3b048041a348b3652ba55570a512399d965e38b3b5
Contents?: true
Size: 548 Bytes
Versions: 88
Compression:
Stored size: 548 Bytes
Contents
module Actions module Candlepin class ActivationKey::Create < Candlepin::Abstract input_format do param :organization_label param :auto_attach end def run output[:response] = ::Katello::Resources::Candlepin::ActivationKey.create(::Katello::Util::Model.uuid, input[:organization_label], input[:auto_attach]) end end end end
Version data entries
88 entries across 88 versions & 1 rubygems