Class: HammerCLIKatello::HostPackageGroup::InstallCommand
- Inherits:
-
SingleResourceCommand
- Object
- HammerCLIForeman::SingleResourceCommand
- SingleResourceCommand
- HammerCLIKatello::HostPackageGroup::InstallCommand
- Includes:
- HammerCLIForemanTasks::Async
- Defined in:
- lib/hammer_cli_katello/host_package_group.rb
Instance Method Summary collapse
Methods included from ResolverCommons
Instance Method Details
#execute ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/hammer_cli_katello/host_package_group.rb', line 18 def execute warn "This command uses katello agent and will be removed in favor of remote execution " \ "in Katello 4.10." warn "The remote execution equivalent is `hammer job-invocation create --feature " \ "katello_group_install`." super end |