Sha256: 1725801dcdea10d543c42afaf9922160405b262c86b3cb3e70e850fad7d28439

Contents?: true

Size: 385 Bytes

Versions: 244

Compression:

Stored size: 385 Bytes

Contents

module Actions
  module Candlepin
    module Consumer
      class Hypervisors < Candlepin::Abstract
        def plan(hypervisor_params)
          plan_self(:hypervisor_params => hypervisor_params)
        end

        def run
          output[:results] = ::Katello::Resources::Candlepin::Consumer.register_hypervisors(input[:hypervisor_params])
        end
      end
    end
  end
end

Version data entries

244 entries across 244 versions & 1 rubygems

Version Path
katello-4.16.0 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.15.1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.16.0.rc2 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.16.0.rc1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.3 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.2 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.15.0 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.15.0.rc2 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.15.0.rc1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.0 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.0.rc3 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.0.rc2 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.0.rc1.1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.14.0.rc1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.13.1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.13.0 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.12.1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.13.0.rc1 app/lib/actions/candlepin/consumer/hypervisors.rb
katello-4.12.0 app/lib/actions/candlepin/consumer/hypervisors.rb