Sha256: 58b9a4b93ee92d03a0522e9bd7856312b2b1cfa712f9106ac99b8a7708fabc1d
Contents?: true
Size: 457 Bytes
Versions: 84
Compression:
Stored size: 457 Bytes
Contents
module Actions module Candlepin module Environment class Destroy < Candlepin::Abstract input_format do params :cp_id end def run ::Katello::Resources::Candlepin::Environment.destroy(input['cp_id']) rescue ::Katello::Errors::CandlepinEnvironmentGone Rails.logger.info("Candlepin environment cp_id=#{input['cp_id']} was not found, continuing") end end end end end
Version data entries
84 entries across 84 versions & 1 rubygems