Sha256: c2bfebe82874e8d57e1d752f65a352695c897720c080fdff319a802ea240fe39

Contents?: true

Size: 493 Bytes

Versions: 5

Compression:

Stored size: 493 Bytes

Contents

require 'hammer_cli_foreman/subnet'

module HammerCLIForemanRemoteExecution
  class SubnetExtensions < ::HammerCLI::CommandExtensions
    output do |definition|
      definition.insert(:after, _("Smart Proxies"))do
        collection :remote_execution_proxies, _('Remote execution proxies'), :numbered => false do
          field :id, _('Id')
          field :name, _('Name')
        end
      end
    end
  end

  ::HammerCLIForeman::Subnet::InfoCommand.extend_with(SubnetExtensions.new)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hammer_cli_foreman_remote_execution-0.3.0 lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb
hammer_cli_foreman_remote_execution-0.2.3 lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb
hammer_cli_foreman_remote_execution-0.2.2 lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb
hammer_cli_foreman_remote_execution-0.2.1 lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb
hammer_cli_foreman_remote_execution-0.2.0 lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb