class HammerCLIForeman::Host::PuppetRunCommand

Public Instance Methods

execute() click to toggle source
# File lib/hammer_cli_foreman/host.rb, line 179
def execute
  warn _('The puppetrun feature has been removed, however you can use the Remote Execution Plugin to run Puppet commands')
  HammerCLI::EX_SOFTWARE
end