Sha256: 71675ebb1675fbf5543a7a0f2c111e5898fe92ad3e98fe27766586011ebdbdca
Contents?: true
Size: 531 Bytes
Versions: 11
Compression:
Stored size: 531 Bytes
Contents
require 'hammer_cli_foreman/auth_source_ldap' module HammerCLIForeman class AuthSource < HammerCLIForeman::Command resource :auth_sources subcommand 'ldap', HammerCLIForeman::AuthSourceLdap.desc, HammerCLIForeman::AuthSourceLdap class ListCommand < HammerCLIForeman::ListCommand desc _('List all auth sources') output do field :id, _('Id') field :name, _('Name') field :type, _('Type of auth source') end build_options end autoload_subcommands end end
Version data entries
11 entries across 11 versions & 1 rubygems